Re-organize all projects (#4166)
This commit is contained in:
20
Content.Shared/MachineLinking/TwoWayLeverSignal.cs
Normal file
20
Content.Shared/MachineLinking/TwoWayLeverSignal.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.MachineLinking
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum TwoWayLeverVisuals : byte
|
||||
{
|
||||
State
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum TwoWayLeverSignal : byte
|
||||
{
|
||||
Middle,
|
||||
Left,
|
||||
Right
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user