Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -7,7 +7,7 @@ using DrawDepth = Content.Shared.DrawDepth.DrawDepth;
|
||||
namespace Content.Client.Pointing.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class RoguePointingArrowComponent : SharedRoguePointingArrowComponent
|
||||
public sealed class RoguePointingArrowComponent : SharedRoguePointingArrowComponent
|
||||
{
|
||||
protected override void Startup()
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ using Robust.Shared.Maths;
|
||||
namespace Content.Client.Pointing
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class RoguePointingArrowVisualizer : AppearanceVisualizer
|
||||
public sealed class RoguePointingArrowVisualizer : AppearanceVisualizer
|
||||
{
|
||||
public override void OnChangeData(AppearanceComponent component)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user