Pathfinder rework (#11452)
This commit is contained in:
@@ -35,6 +35,11 @@ public enum CombatStatus : byte
|
||||
/// </summary>
|
||||
TargetUnreachable,
|
||||
|
||||
/// <summary>
|
||||
/// If the target is outside of our melee range.
|
||||
/// </summary>
|
||||
TargetOutOfRange,
|
||||
|
||||
/// <summary>
|
||||
/// Set if the weapon we were assigned is no longer valid.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user