6
2025-11-07 12:32:48 +03:00

12 lines
182 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Construction;
[Serializable, NetSerializable]
public enum ConstructionVisuals : byte
{
Key,
Layer,
Wired,
}