6
2026-01-18 12:53:36 +03:00

11 lines
168 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Power;
[Serializable, NetSerializable]
public enum TeslaCoilVisuals : byte
{
Enabled,
Lightning
}