Questionable/Questionable/Model/EMovementType.cs

12 lines
141 B
C#
Raw Normal View History

2024-06-01 20:01:50 +00:00
namespace Questionable.Model;
2024-05-25 21:51:37 +00:00
public enum EMovementType
{
None,
Quest,
DebugWindow,
Shortcut,
2024-07-12 21:58:48 +00:00
Landing,
Combat,
2024-05-25 21:51:37 +00:00
}