Thermomachine UI (#6833)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Content.Shared.Atmos;
|
||||
using Content.Shared.Atmos.Piping.Unary.Components;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Serialization;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
@@ -42,10 +43,4 @@ namespace Content.Server.Atmos.Piping.Unary.Components
|
||||
InitialMaxTemperature = MaxTemperature;
|
||||
}
|
||||
}
|
||||
|
||||
public enum ThermoMachineMode : byte
|
||||
{
|
||||
Freezer = 0,
|
||||
Heater = 1,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user