8 lines
180 B
C#
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;
|