Auto comp (#6416)
This commit is contained in:
@@ -8,8 +8,6 @@ namespace Content.Server.Temperature.Components
|
||||
[RegisterComponent]
|
||||
public class HeatResistanceComponent : Component
|
||||
{
|
||||
public override string Name => "HeatResistance";
|
||||
|
||||
public int GetHeatResistance()
|
||||
{
|
||||
// TODO: When making into system: Any animal that touches bulb that has no
|
||||
|
||||
@@ -17,9 +17,6 @@ namespace Content.Server.Temperature.Components
|
||||
[RegisterComponent]
|
||||
public class TemperatureComponent : Component
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public override string Name => "Temperature";
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float CurrentTemperature { get; set; } = Atmospherics.T20C;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user