Files
GhostEngine/Ghost.Editor.Core/AppState/StateKey.cs

8 lines
106 B
C#

namespace Ghost.Editor.Core.AppState;
internal enum StateKey
{
None,
Landing,
EngineEditor,
}