Admin freeze (#6668)
This commit is contained in:
9
Content.Shared/Administration/AdminFrozenComponent.cs
Normal file
9
Content.Shared/Administration/AdminFrozenComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Administration;
|
||||
|
||||
[RegisterComponent, Friend(typeof(AdminFrozenSystem))]
|
||||
[NetworkedComponent]
|
||||
public sealed class AdminFrozenComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user