Files
OldThink/Content.Shared/_White/Item/ContextMenuInteractionBlockerComponent.cs

7 lines
142 B
C#
Raw Permalink Normal View History

namespace Content.Shared._White.Item;
[RegisterComponent]
public sealed partial class ContextMenuInteractionBlockerComponent : Component
{
}