Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -3,7 +3,7 @@ using Robust.Client.UserInterface.Controls;
|
||||
|
||||
namespace Content.Client.HUD.UI
|
||||
{
|
||||
public class NanoHeading : Container
|
||||
public sealed class NanoHeading : Container
|
||||
{
|
||||
private readonly Label _label;
|
||||
private readonly PanelContainer _panel;
|
||||
|
||||
@@ -4,7 +4,7 @@ using Robust.Shared.Maths;
|
||||
|
||||
namespace Content.Client.HUD.UI
|
||||
{
|
||||
public class StripeBack : Container
|
||||
public sealed class StripeBack : Container
|
||||
{
|
||||
private const float PadSize = 4;
|
||||
private const float EdgeSize = 2;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Content.Client.HUD.UI
|
||||
{
|
||||
public class TopNotification : Control
|
||||
public sealed class TopNotification : Control
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user