Files
tbd-station-14/Content.Shared/Climbing/Events/EndClimbEvent.cs
metalgearsloth 6c9ce79387 Add lava (#13438)
2023-01-17 11:25:32 -07:00

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