Thermomachine UI (#6833)

This commit is contained in:
mirrorcult
2022-02-22 21:09:01 -07:00
committed by GitHub
parent e15f70fe90
commit 73ff1513de
8 changed files with 254 additions and 6 deletions

View File

@@ -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,
}
}