Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Content.Client.MobState.States
|
||||
{
|
||||
public class CriticalMobState : SharedCriticalMobState
|
||||
public sealed class CriticalMobState : SharedCriticalMobState
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.MobState.States
|
||||
{
|
||||
public class DeadMobState : SharedDeadMobState
|
||||
public sealed class DeadMobState : SharedDeadMobState
|
||||
{
|
||||
public override void EnterState(EntityUid uid, IEntityManager entityManager)
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.MobState.States
|
||||
{
|
||||
public class NormalMobState : SharedNormalMobState
|
||||
public sealed class NormalMobState : SharedNormalMobState
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user