Questionable/Questionable/Model/EMovementType.cs

10 lines
116 B
C#

namespace Questionable.Model;
public enum EMovementType
{
None,
Quest,
DebugWindow,
Shortcut,
}