Delta-v/Content.Shared/Climbing/Events/EndClimbEvent.cs

11 lines
181 B
C#

namespace Content.Shared.Climbing.Events;
/// <summary>
/// Raised on an entity when it ends climbing.
/// </summary>
[ByRefEvent]
public readonly record struct EndClimbEvent
{
}