Several small improvements + integrate options + first working draft of Cwda
[vchess.git] / client / src / variants / Fanorona.js
index 4593e6b..e1e653a 100644 (file)
@@ -3,6 +3,10 @@ import { randInt } from "@/utils/alea";
 
 export class FanoronaRules extends ChessRules {
 
+  static get Options() {
+    return null;
+  }
+
   static get HasFlags() {
     return false;
   }