Delta-v/Content.Shared/Light/SharedUnpoweredFlashlightVi...

12 lines
199 B
C#

using Robust.Shared.Serialization;
using System;
namespace Content.Shared.Light
{
[Serializable, NetSerializable]
public enum UnpoweredFlashlightVisuals : byte
{
LightOn
}
}