Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -14,7 +14,7 @@ using Robust.Shared.Timing;
|
||||
|
||||
namespace Content.Server.Mind;
|
||||
|
||||
public class MindSystem : EntitySystem
|
||||
public sealed class MindSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly IMapManager _mapManager = default!;
|
||||
[Dependency] private readonly GameTicker _gameTicker = default!;
|
||||
|
||||
Reference in New Issue
Block a user