mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-05-01 04:27:58 +03:00
8 lines
217 B
C#
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;
|