Skip to content

Commit 0c89afa

Browse files
committed
support reading crazyhouse games
1 parent f3caa9f commit 0c89afa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/model/common/chess.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const ISet<Variant> readSupportedVariants = ISetConst({
7272
Variant.threeCheck,
7373
Variant.racingKings,
7474
Variant.horde,
75+
Variant.crazyhouse,
7576
});
7677

7778
/// Set of supported variants for playing a game.

0 commit comments

Comments
 (0)