Almost added TitanChess + EvolutionChess
[vchess.git] / client / src / variants / Knightpawns.js
index 9647653..c8c1cea 100644 (file)
@@ -1,6 +1,7 @@
 import { ChessRules } from "@/base_rules";
 
 export class KnightpawnsRules extends ChessRules {
+
   static get PawnSpecs() {
     return Object.assign(
       {},
@@ -48,4 +49,5 @@ export class KnightpawnsRules extends ChessRules {
 
   postPlay() {}
   postUndo() {}
+
 };