Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Content.Shared.Foldable;
|
||||
[RegisterComponent]
|
||||
[NetworkedComponent]
|
||||
[Friend(typeof(SharedFoldableSystem))]
|
||||
public class FoldableComponent : Component
|
||||
public sealed class FoldableComponent : Component
|
||||
{
|
||||
[DataField("folded")]
|
||||
public bool IsFolded = false;
|
||||
@@ -25,7 +25,7 @@ public class FoldableComponent : Component
|
||||
|
||||
// ahhh, the ol' "state thats just a copy of the component".
|
||||
[Serializable, NetSerializable]
|
||||
public class FoldableComponentState : ComponentState
|
||||
public sealed class FoldableComponentState : ComponentState
|
||||
{
|
||||
public readonly bool IsFolded;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user