Files
OldThink/Content.Shared/_White/Events/EnergyDomeClothesTurnOffEvent.cs
2024-06-09 20:49:07 +03:00

9 lines
229 B
C#

using Content.Shared.Inventory;
namespace Content.Shared._White.Events;
public sealed class EnergyDomeClothesTurnOffEvent : EntityEventArgs, IInventoryRelayEvent
{
public SlotFlags TargetSlots => SlotFlags.OUTERCLOTHING;
}