Fix TemperatureComponent (#620)
* Remove TEMPERATURE Net ID * Remove Temperature NetID
This commit is contained in:
@@ -19,9 +19,6 @@ namespace Content.Server.GameObjects
|
||||
/// <inheritdoc />
|
||||
public override string Name => "Temperature";
|
||||
|
||||
/// <inheritdoc />
|
||||
public override uint? NetID => ContentNetIDs.TEMPERATURE;
|
||||
|
||||
//TODO: should be programmatic instead of how it currently is
|
||||
[ViewVariables]
|
||||
public float CurrentTemperature { get; private set; } = PhysicalConstants.ZERO_CELCIUS;
|
||||
|
||||
Reference in New Issue
Block a user