mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
12 lines
No EOL
144 B
C#
12 lines
No EOL
144 B
C#
namespace Cirno.Scripts;
|
|
|
|
public enum GameState
|
|
{
|
|
Menu,
|
|
Paused,
|
|
Playing,
|
|
Dialogue,
|
|
Controlling,
|
|
Inventory,
|
|
Shop
|
|
} |