4 lines
104 B
C#
4 lines
104 B
C#
namespace Content.Shared.Weapons.Ranged.Events;
|
|
|
|
[ByRefEvent]
|
|
public record struct ProjectileShotEvent;
|