3 lines
162 B
C#
3 lines
162 B
C#
namespace LLib.Movement.Unstuck;
|
|
|
|
public readonly record struct RecoveryDecision(RecoveryDecisionKind Kind, IRecoveryRung? Rung, RecoveryExhaustion? Exhaustion);
|