6
StarHorizon_Public/Content.Shared/Tabletop/TabletopItemVisuals.cs
2026-01-13 18:31:02 +02:00

12 lines
201 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Tabletop
{
[Serializable, NetSerializable]
public enum TabletopItemVisuals : byte
{
Scale,
DrawDepth
}
}