qstbak/LLib/LLib.Movement.Unstuck/RecoveryDecision.cs
2026-08-17 20:29:32 +10:00

3 lines
162 B
C#

namespace LLib.Movement.Unstuck;
public readonly record struct RecoveryDecision(RecoveryDecisionKind Kind, IRecoveryRung? Rung, RecoveryExhaustion? Exhaustion);