Files
OldThink/Content.Shared/Construction/MachineFrameVisuals.cs

11 lines
166 B
C#
Raw Normal View History

using Robust.Shared.Serialization;
2021-06-09 22:19:39 +02:00
namespace Content.Shared.Construction
{
[NetSerializable]
public enum MachineFrameVisuals
{
State,
}
}