11 lines
189 B
C#
11 lines
189 B
C#
|
|
using Robust.Shared.Serialization;
|
|||
|
|
|
|||
|
|
namespace Content.Shared.GameObjects.Components.Construction
|
|||
|
|
{
|
|||
|
|
[NetSerializable]
|
|||
|
|
public enum MachineFrameVisuals
|
|||
|
|
{
|
|||
|
|
State,
|
|||
|
|
}
|
|||
|
|
}
|