Some fixes
[vchess.git] / client / src / variants / Arena.js
index 33940b8..7cfda1d 100644 (file)
@@ -100,6 +100,9 @@ export class ArenaRules extends ChessRules {
     return moves;
   }
 
+  postPlay() {} //no kingPos no castleFlags
+  postUndo() {}
+
   getCurrentScore() {
     const color = this.turn;
     if (!this.atLeastOneMove())