6
StarHorizon_Public/Content.Shared/Tabletop/TabletopItemVisuals.cs
2025-12-18 02:55:17 +03:00

12 lines
201 B
C#

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