From 674dfe9559784af225e24854cbdbf946885a2316 Mon Sep 17 00:00:00 2001 From: standard Date: Mon, 3 Feb 2025 12:53:24 +0100 Subject: [PATCH] Added constant to Chess\Variant\VariantType --- src/Variant/VariantType.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Variant/VariantType.php b/src/Variant/VariantType.php index b4cc9cf7..d887adf9 100644 --- a/src/Variant/VariantType.php +++ b/src/Variant/VariantType.php @@ -5,6 +5,8 @@ class VariantType { const CAPABLANCA = 'capablanca'; + + const CAPABLANCA_FISCHER = 'capablanca-fischer'; const CHESS_960 = '960';