Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -9,7 +9,7 @@ using Robust.Shared.IoC;
|
||||
namespace Content.Server.Damage.Systems
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class GodmodeSystem : EntitySystem
|
||||
public sealed class GodmodeSystem : EntitySystem
|
||||
{
|
||||
private readonly Dictionary<EntityUid, OldEntityInformation> _entities = new();
|
||||
[Dependency] private readonly DamageableSystem _damageableSystem = default!;
|
||||
@@ -95,7 +95,7 @@ namespace Content.Server.Damage.Systems
|
||||
}
|
||||
}
|
||||
|
||||
public class OldEntityInformation
|
||||
public sealed class OldEntityInformation
|
||||
{
|
||||
public OldEntityInformation(EntityUid entity, IEntityManager entityManager)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user