csharp
public readonly record struct LeashVerdictWhat a leash check concluded.
Fields and properties (3)
public LeashState StateWhere it is now.
public bool ChangedWhether that is different from a moment ago.
public bool ShouldResetWhether the caller should send it home.
Methods (1)
public LeashVerdict(LeashState State, bool Changed, bool ShouldReset)What a leash check concluded.
Used by (2)
- LeashVixen.Gameplay.Ai
- LeashTestsVixen.Gameplay.Ai.Tests