fix ninja no guns (#20184)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-09-15 04:12:14 +01:00
committed by GitHub
parent c34913b227
commit c25b769132
2 changed files with 11 additions and 1 deletions

View File

@@ -12,6 +12,11 @@ public record struct ShotAttemptedEvent
/// </summary>
public EntityUid User;
/// <summary>
/// The gun being shot.
/// </summary>
public EntityUid Used;
public bool Cancelled { get; private set; }
/// </summary>