Files
tbd-station-14/Content.Server/Tabletop/TabletopHologramComponent.cs

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
{
}