Delta-v/Content.Shared/Wieldable/BeforeWieldEvent.cs

5 lines
106 B
C#

namespace Content.Shared.Wieldable;
public sealed class BeforeWieldEvent : CancellableEntityEventArgs
{
}