Files
tbd-station-14/Content.Shared/Wieldable/ItemWieldedEvent.cs
2023-06-01 12:27:19 +10:00

8 lines
180 B
C#

namespace Content.Shared.Wieldable;
/// <summary>
/// Raised directed on an entity when it is wielded.
/// </summary>
[ByRefEvent]
public readonly record struct ItemWieldedEvent;