Auto comp (#6416)
This commit is contained in:
@@ -7,8 +7,6 @@ namespace Content.Shared.Disposal.Components
|
||||
{
|
||||
public class SharedDisposalRouterComponent : Component
|
||||
{
|
||||
public override string Name => "DisposalRouter";
|
||||
|
||||
public static readonly Regex TagRegex = new("^[a-zA-Z0-9, ]*$", RegexOptions.Compiled);
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
|
||||
@@ -7,8 +7,6 @@ namespace Content.Shared.Disposal.Components
|
||||
{
|
||||
public class SharedDisposalTaggerComponent : Component
|
||||
{
|
||||
public override string Name => "DisposalTagger";
|
||||
|
||||
public static readonly Regex TagRegex = new("^[a-zA-Z0-9 ]*$", RegexOptions.Compiled);
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
|
||||
@@ -11,8 +11,6 @@ namespace Content.Shared.Disposal.Components
|
||||
[NetworkedComponent]
|
||||
public abstract class SharedDisposalUnitComponent : Component
|
||||
{
|
||||
public override string Name => "DisposalUnit";
|
||||
|
||||
// TODO: Could maybe turn the contact off instead far more cheaply as farseer (though not box2d) had support for it?
|
||||
// Need to suss it out.
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user