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

8 lines
177 B
C#
Raw Permalink 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]
2023-10-11 10:41:11 +11:00
public readonly record struct EndClimbEvent;