Re-organize all projects (#4166)
This commit is contained in:
17
Content.Shared/Lathe/LatheVisualState.cs
Normal file
17
Content.Shared/Lathe/LatheVisualState.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Lathe
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum LatheVisualState
|
||||
{
|
||||
Idle,
|
||||
Producing,
|
||||
InsertingMetal,
|
||||
InsertingGlass,
|
||||
InsertingGold,
|
||||
InsertingPlasma,
|
||||
InsertingPlastic
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user