Files
OldThink/Content.Shared/_White/Wizard/Timestop/FreezeContactsComponent.cs

9 lines
191 B
C#
Raw Permalink Normal View History

using Robust.Shared.GameStates;
namespace Content.Shared._White.Wizard.Timestop;
[RegisterComponent, NetworkedComponent]
public sealed partial class FreezeContactsComponent : Component
{
}