Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -8,7 +8,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Shared.Cuffs.Components
|
||||
{
|
||||
[NetworkedComponent()]
|
||||
public class SharedCuffableComponent : Component
|
||||
public abstract class SharedCuffableComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public bool CanStillInteract { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user