* 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>
15 lines
315 B
C#
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;
|
|
}
|
|
|