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