Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Server.Tabletop.Components
|
||||
/// Component for marking an entity as currently playing a tabletop.
|
||||
/// </summary>
|
||||
[RegisterComponent, Friend(typeof(TabletopSystem))]
|
||||
public class TabletopGamerComponent : Component
|
||||
public sealed class TabletopGamerComponent : Component
|
||||
{
|
||||
[DataField("tabletop")]
|
||||
public EntityUid Tabletop { get; set; } = EntityUid.Invalid;
|
||||
|
||||
Reference in New Issue
Block a user