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

5 lines
108 B
C#

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