Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Chess960.js
index 1c8292c..529ad99 100644 (file)
@@ -2,3 +2,5 @@ class Chess960Rules extends ChessRules
 {
        // Standard rules
 }
+
+const VariantRules = Chess960Rules;