Auto comp (#6416)
This commit is contained in:
@@ -21,8 +21,6 @@ namespace Content.Server.Medical.Components
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||
|
||||
public override string Name => "Healing";
|
||||
|
||||
[DataField("damage", required: true)]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public DamageSpecifier Damage = default!;
|
||||
|
||||
@@ -10,8 +10,6 @@ namespace Content.Server.Medical.CrewMonitoring
|
||||
[Friend(typeof(CrewMonitoringConsoleSystem))]
|
||||
public class CrewMonitoringConsoleComponent : Component
|
||||
{
|
||||
public override string Name => "CrewMonitoringConsole";
|
||||
|
||||
/// <summary>
|
||||
/// List of all currently connected sensors to this console.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user