9 lines
191 B
C#
9 lines
191 B
C#
|
|
using Robust.Shared.GameStates;
|
||
|
|
|
||
|
|
namespace Content.Shared._White.Wizard.Timestop;
|
||
|
|
|
||
|
|
[RegisterComponent, NetworkedComponent]
|
||
|
|
public sealed partial class FreezeContactsComponent : Component
|
||
|
|
{
|
||
|
|
}
|