Files
tbd-station-14/Content.Shared/Power/SharedPowerDevice.cs
2022-05-13 17:59:03 +10:00

12 lines
191 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Power
{
[Serializable, NetSerializable]
public enum PowerDeviceVisuals
{
VisualState,
Powered
}
}