remove a bunch of instances of component reference (#13164)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
using Content.Shared.Singularity.Components;
|
||||
|
||||
namespace Content.Client.Singularity.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedContainmentFieldComponent))]
|
||||
public sealed class ContainmentFieldComponent : SharedContainmentFieldComponent { }
|
||||
@@ -1,6 +0,0 @@
|
||||
using Content.Shared.Singularity.Components;
|
||||
|
||||
namespace Content.Client.Singularity.Components;
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedContainmentFieldGeneratorComponent))]
|
||||
public sealed class ContainmentFieldGeneratorComponent : SharedContainmentFieldGeneratorComponent { }
|
||||
Reference in New Issue
Block a user