Files
crystall-punk-14/Content.Shared/Climbing/Events/EndClimbEvent.cs

11 lines
181 B
C#
Raw Normal View History

2023-01-18 05:25:32 +11:00
namespace Content.Shared.Climbing.Events;
/// <summary>
/// Raised on an entity when it ends climbing.
/// </summary>
[ByRefEvent]
public readonly record struct EndClimbEvent
{
}