2022-02-11 19:01:37 -07:00
|
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Administration;
|
|
|
|
|
|
|
2022-06-07 15:26:28 +02:00
|
|
|
|
[RegisterComponent, Access(typeof(AdminFrozenSystem))]
|
2022-02-11 19:01:37 -07:00
|
|
|
|
[NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class AdminFrozenComponent : Component
|
2022-02-11 19:01:37 -07:00
|
|
|
|
{
|
|
|
|
|
|
}
|