Add missing DataField for currentTemperature (#14179)
This commit is contained in:
parent
f5d6588e52
commit
4498cfe452
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ namespace Content.Server.Temperature.Components
|
|||
public sealed class TemperatureComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("currentTemperature")]
|
||||
public float CurrentTemperature { get; set; } = Atmospherics.T20C;
|
||||
|
||||
[DataField("heatDamageThreshold")]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue