Some renames

This commit is contained in:
DTieman
2024-05-18 14:16:30 +02:00
parent 90c9b0031c
commit f5c2b937b0
3 changed files with 14 additions and 13 deletions

View File

@@ -4,5 +4,6 @@ public enum PlayerState
{
TURN,
CHOOSE,
WAIT
WAIT,
POST_DRAW
}