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

5 lines
195 B
C#

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