committed by
GitHub
parent
ea60a81fdf
commit
103bc19508
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Light.Component
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum EmergencyLightVisuals
|
||||
{
|
||||
On,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user