Files
tbd-station-14/Content.Client/Power/Visualizers/PowerDeviceVisuals.cs
2023-04-22 19:37:40 +10:00

8 lines
145 B
C#

namespace Content.Client.Power;
/// Remains in use by portable scrubbers and lathes.
public enum PowerDeviceVisualLayers : byte
{
Powered
}