cirnogodot/Scripts/GameState.cs

12 lines
144 B
C#
Raw Permalink Normal View History

2025-06-12 18:03:55 +02:00
namespace Cirno.Scripts;
public enum GameState
{
Menu,
Paused,
Playing,
Dialogue,
Controlling,
Inventory,
Shop
}