namespace Content.Shared.Climbing.Events; /// /// Raised on an entity when it successfully climbs on something. /// [ByRefEvent] public readonly record struct StartClimbEvent(EntityUid Climbable);