qstbak/Questionable/Questionable.Model/EMovementType.cs
2025-10-09 07:47:19 +10:00

11 lines
119 B
C#

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