6
StarHorizon_Public/Content.Server/Tabletop/TabletopHologramComponent.cs
2026-01-24 12:49:55 +03:00

11 lines
243 B
C#

namespace Content.Server.Tabletop;
/// <summary>
/// This is used for tracking pieces that are simply "holograms" shown on the tabletop
/// </summary>
[RegisterComponent]
public sealed partial class TabletopHologramComponent : Component
{
}