Add lava (#13438)
This commit is contained in:
10
Content.Shared/Climbing/Events/EndClimbEvent.cs
Normal file
10
Content.Shared/Climbing/Events/EndClimbEvent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Content.Shared.Climbing.Events;
|
||||
|
||||
/// <summary>
|
||||
/// Raised on an entity when it ends climbing.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public readonly record struct EndClimbEvent
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user