TabletopHologramComponent.cs 243 B

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