5 lines
195 B
C#
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);
|