Files
tbd-station-14/Content.Shared/Chemistry/SharedSolutionHeater.cs
0x6273 fcb6516cee Hotplate overhaul (#17586)
* Hotplate overhaul

- Beakers are now placed on top of the hotplate instead of itemslot.
- Hotplate LED now only lights up if it's heating something.
- More comments/xmldoc.
- Some other minor tweaks.

* Actually remove the beaker slot
2023-06-24 14:09:24 -04:00

10 lines
153 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Chemistry;
[Serializable, NetSerializable]
public enum SolutionHeaterVisuals
{
IsOn,
}