Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Magnetic.js
index 225489e..17efeaa 100644 (file)
@@ -281,3 +281,5 @@ class MagneticRules extends ChessRules
                return 500; //checkmates evals may be slightly below 1000
        }
 }
+
+const VariantRules = MagneticRules;