Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -9,7 +9,7 @@ using Robust.Shared.Player;
|
||||
|
||||
namespace Content.Server.Mining;
|
||||
|
||||
public class MineableSystem : EntitySystem
|
||||
public sealed class MineableSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly DoAfterSystem _doAfterSystem = default!;
|
||||
[Dependency] private readonly DamageableSystem _damageableSystem = default!;
|
||||
@@ -70,13 +70,13 @@ public class MineableSystem : EntitySystem
|
||||
}
|
||||
|
||||
// grumble grumble
|
||||
public class MiningDoafterSuccess : EntityEventArgs
|
||||
public sealed class MiningDoafterSuccess : EntityEventArgs
|
||||
{
|
||||
public EntityUid Pickaxe;
|
||||
public EntityUid Rock;
|
||||
}
|
||||
|
||||
public class MiningDoafterCancel : EntityEventArgs
|
||||
public sealed class MiningDoafterCancel : EntityEventArgs
|
||||
{
|
||||
public EntityUid Pickaxe;
|
||||
public EntityUid Rock;
|
||||
|
||||
Reference in New Issue
Block a user