fish-station/Content.Shared/Climbing/Events/EndClimbEvent.cs
2023-01-17 11:25:32 -07:00

10 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
{
}