Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Antiking.js
index 38cadf2..0d34271 100644 (file)
@@ -204,3 +204,5 @@ class AntikingRules extends ChessRules
                        " w 1111";
        }
 }
+
+const VariantRules = AntikingRules;