Adds grappling gun (#16662)
This commit is contained in:
7
Content.Shared/Weapons/Ranged/Events/GunCycledEvent.cs
Normal file
7
Content.Shared/Weapons/Ranged/Events/GunCycledEvent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Content.Shared.Weapons.Ranged.Events;
|
||||
|
||||
/// <summary>
|
||||
/// Raised directed on a gun when it cycles.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public readonly record struct GunCycledEvent;
|
||||
Reference in New Issue
Block a user