13 lines
345 B
C#
13 lines
345 B
C#
|
|
using Content.Shared.Singularity.Components;
|
||
|
|
using Robust.Shared.GameObjects;
|
||
|
|
|
||
|
|
namespace Content.Client.Singularity.Components
|
||
|
|
{
|
||
|
|
[RegisterComponent]
|
||
|
|
[ComponentReference(typeof(SharedContainmentFieldGeneratorComponent))]
|
||
|
|
public sealed class ContainmentFieldGeneratorComponent : SharedContainmentFieldGeneratorComponent
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|