feat: Medbay cryo pods (#11349)
Fixes https://github.com/space-wizards/space-station-14/issues/11245
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Content.Server.Temperature.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class ContainerTemperatureDamageThresholdsComponent: Component
|
||||
{
|
||||
[DataField("heatDamageThreshold")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float? HeatDamageThreshold;
|
||||
|
||||
[DataField("coldDamageThreshold")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float? ColdDamageThreshold;
|
||||
}
|
||||
Reference in New Issue
Block a user