529ad997c0349ef9985d6d40c4d7cf1c2edb71c8
[vchess.git] / public / javascripts / variants / Chess960.js
1 class Chess960Rules extends ChessRules
2 {
3 // Standard rules
4 }
5
6 const VariantRules = Chess960Rules;