6
2025-12-27 15:27:38 +03:00

11 lines
168 B
C#

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