Files
OldThink/Content.Shared/Wieldable/BeforeWieldEvent.cs

5 lines
106 B
C#
Raw Normal View History

2023-05-10 10:01:23 +10:00
namespace Content.Shared.Wieldable;
public sealed class BeforeWieldEvent : CancellableEntityEventArgs
{
}