fish-station/Content.Shared/Weapons/Ranged/Events/ProjectileShotEvent.cs
2024-10-30 20:10:24 +03:00

4 lines
104 B
C#

namespace Content.Shared.Weapons.Ranged.Events;
[ByRefEvent]
public record struct ProjectileShotEvent;