mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-03-22 01:44:12 -05:00
9 lines
128 B
C#
9 lines
128 B
C#
namespace TableturfBattleServer;
|
|
|
|
public enum GameState {
|
|
WaitingForPlayers,
|
|
Preparing,
|
|
Redraw,
|
|
Ongoing,
|
|
Ended
|
|
} |