Files
OldThink/Content.Server/_Miracle/Components/GulagOreProcessorComponent.cs
rhailrake 1594dff648 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>
2024-02-03 11:39:40 +00:00

15 lines
315 B
C#

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;
}