Re-organize all projects (#4166)
This commit is contained in:
11
Content.Shared/MachineLinking/SignalSwitchVisuals.cs
Normal file
11
Content.Shared/MachineLinking/SignalSwitchVisuals.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.MachineLinking
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum SignalSwitchVisuals
|
||||
{
|
||||
On
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user