10 lines
153 B
C#
10 lines
153 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Chemistry;
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum SolutionHeaterVisuals
|
|
{
|
|
IsOn,
|
|
}
|