Several small improvements + integrate options + first working draft of Cwda
[vchess.git] / client / src / variants / Atarigo.js
index f2c84a8..07e9e67 100644 (file)
@@ -4,6 +4,10 @@ import { ArrayFun } from "@/utils/array";
 
 export class AtarigoRules extends ChessRules {
 
+  static get Options() {
+    return null;
+  }
+
   static get Monochrome() {
     return true;
   }