10 lines
214 B
C#
10 lines
214 B
C#
|
|
using Content.Shared._Miracle.GulagSystem;
|
|||
|
|
|
|||
|
|
namespace Content.Server._Miracle.Components;
|
|||
|
|
|
|||
|
|
[RegisterComponent]
|
|||
|
|
[Access(typeof(SharedGulagSystem))]
|
|||
|
|
public sealed partial class GulagBoundComponent : Component
|
|||
|
|
{
|
|||
|
|
}
|