Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Server.Storage.Components
|
||||
/// Allows locking/unlocking, with access determined by AccessReader
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public class LockComponent : Component
|
||||
public sealed class LockComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)] [DataField("locked")] public bool Locked { get; set; } = true;
|
||||
[ViewVariables(VVAccess.ReadWrite)] [DataField("lockOnClick")] public bool LockOnClick { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user