Files

8 lines
223 B
C#
Raw Permalink Normal View History

2023-10-11 10:41:11 +11:00
namespace Content.Shared.Climbing.Events;
/// <summary>
/// Raised on an entity when it successfully climbs on something.
/// </summary>
[ByRefEvent]
public readonly record struct StartClimbEvent(EntityUid Climbable);