Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.Cloning
|
||||
{
|
||||
public class AcceptCloningEui : BaseEui
|
||||
public sealed class AcceptCloningEui : BaseEui
|
||||
{
|
||||
private readonly Mind.Mind _mind;
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Server.Cloning.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class BeingClonedComponent : Component
|
||||
public sealed class BeingClonedComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public Mind.Mind? Mind = default;
|
||||
|
||||
@@ -22,7 +22,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Server.Cloning.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class CloningPodComponent : SharedCloningPodComponent
|
||||
public sealed class CloningPodComponent : SharedCloningPodComponent
|
||||
{
|
||||
[Dependency] private readonly IPlayerManager _playerManager = null!;
|
||||
[Dependency] private readonly IEntityManager _entities = default!;
|
||||
|
||||
Reference in New Issue
Block a user