using System.Collections.Generic; namespace LLib.Movement.Unstuck; public sealed record RecoveryExhaustion(int Attempts, IReadOnlyList RungsFired, long FirstStallMs, long LastStallMs);