Gulag v2 (#21)
* Components или чет типо того * Gulag System * Shared shit * Cvars * Ban manager update * Ghost roles shit * No ooc for gulaged * Connection manager update * Gulag proto shit * Merge conflict issue * Fixing shit * Фикс говняхи плюс QOL * Pendos loc * better loc * More qol * ctrl+s issue * No bwoink for banned * Ore shit * MAP!!!!!! --------- Co-authored-by: Mona Hmiza <you@example.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Content.Shared._Miracle.GulagSystem;
|
||||
|
||||
namespace Content.Server._Miracle.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Access(typeof(SharedGulagSystem))]
|
||||
public sealed partial class GulagBoundComponent : Component
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
using Content.Shared._Miracle.GulagSystem;
|
||||
|
||||
namespace Content.Server._Miracle.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Access(typeof(SharedGulagSystem))]
|
||||
public sealed partial class GulagFillContainerComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
using Content.Shared._Miracle.GulagSystem;
|
||||
using Robust.Shared.Network;
|
||||
|
||||
namespace Content.Server._Miracle.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Access(typeof(SharedGulagSystem))]
|
||||
|
||||
public sealed partial class GulagOreProcessorComponent : Component
|
||||
{
|
||||
//I hate my life
|
||||
public NetUserId? LastInteractedUser;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user