Add new GameState

This commit is contained in:
2025-12-18 00:35:27 +08:00
parent 2bd94c8df9
commit a991b5a0ee
2 changed files with 6 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ namespace Enums {
}
public enum GameState {
Setup,
Wait,
Move
}