Files
crystall-punk-14/Content.Shared/Construction/MachineFrameVisuals.cs

12 lines
183 B
C#
Raw Normal View History

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