Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -13,7 +13,7 @@ using InventoryComponent = Content.Shared.Inventory.InventoryComponent;
|
||||
namespace Content.Server.TraitorDeathMatch.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class TraitorDeathMatchRedemptionComponent : Component, IInteractUsing
|
||||
public sealed class TraitorDeathMatchRedemptionComponent : Component, IInteractUsing
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Server.TraitorDeathMatch.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class TraitorDeathMatchReliableOwnerTagComponent : Component
|
||||
public sealed class TraitorDeathMatchReliableOwnerTagComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public NetUserId? UserId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user