7 lines
157 B
C#
7 lines
157 B
C#
using Content.Shared.Weapons.Ranged.Components;
|
|
|
|
namespace Content.Shared._RMC14.Weapons.Ranged;
|
|
|
|
[ByRefEvent]
|
|
public record struct RMCFireModeChangedEvent;
|