Files
tbd-station-14/Content.Shared/Light/Component/SharedEmergencyLightComponent.cs
Pieter-Jan Briers 103bc19508 Pow3r: stage 1 (#4208)
Co-authored-by: 20kdc <asdd2808@gmail.com>
2021-07-04 18:11:52 +02:00

12 lines
196 B
C#

using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Light.Component
{
[Serializable, NetSerializable]
public enum EmergencyLightVisuals
{
On,
}
}