Auto comp (#6416)
This commit is contained in:
@@ -19,8 +19,6 @@ namespace Content.Shared.Doors.Components;
|
||||
[RegisterComponent]
|
||||
public sealed class DoorComponent : Component
|
||||
{
|
||||
public override string Name => "Door";
|
||||
|
||||
/// <summary>
|
||||
/// The current state of the door -- whether it is open, closed, opening, or closing.
|
||||
/// </summary>
|
||||
|
||||
@@ -10,8 +10,6 @@ namespace Content.Shared.Doors.Components;
|
||||
[NetworkedComponent]
|
||||
public abstract class SharedAirlockComponent : Component
|
||||
{
|
||||
public override string Name => "Airlock";
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("safety")]
|
||||
public bool Safety = true;
|
||||
|
||||
Reference in New Issue
Block a user