8 lines
106 B
C#
8 lines
106 B
C#
namespace Ghost.Editor.Core.AppState;
|
|
|
|
internal enum StateKey
|
|
{
|
|
None,
|
|
Landing,
|
|
EngineEditor,
|
|
} |