Files
wwdpublic/Content.Shared/_White/Weapons/Ranged/Events/ProjectileShotEvent.cs
Spatison 79fabb0068 [Fix] Yaml Linter (#277)
Fix yaml
2025-03-07 11:21:23 +07:00

8 lines
217 B
C#

namespace Content.Shared._White.Weapons.Ranged.Events;
/// <summary>
/// Raised on the projectiles when it has been fired from a gun.
/// </summary>
public sealed class ProjectileShotEvent : HandledEntityEventArgs;