StartClimbEvent.cs 223 B

1234567
  1. namespace Content.Shared.Climbing.Events;
  2. /// <summary>
  3. /// Raised on an entity when it successfully climbs on something.
  4. /// </summary>
  5. [ByRefEvent]
  6. public readonly record struct StartClimbEvent(EntityUid Climbable);