4 lines
116 B
C#
4 lines
116 B
C#
|
|
namespace Content.Shared.Weapons.Ranged.Events;
|
||
|
|
|
||
|
|
[ByRefEvent]
|
||
|
|
public readonly record struct UpdateClientAmmoEvent();
|