Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -15,7 +15,7 @@ using Robust.Shared.Localization;
|
||||
namespace Content.Client.EscapeMenu.UI.Tabs
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class AudioTab : Control
|
||||
public sealed partial class AudioTab : Control
|
||||
{
|
||||
[Dependency] private readonly IConfigurationManager _cfg = default!;
|
||||
[Dependency] private readonly IClydeAudio _clydeAudio = default!;
|
||||
|
||||
@@ -15,7 +15,7 @@ using Robust.Shared.Prototypes;
|
||||
namespace Content.Client.EscapeMenu.UI.Tabs
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class GraphicsTab : Control
|
||||
public sealed partial class GraphicsTab : Control
|
||||
{
|
||||
private static readonly float[] UIScaleOptions =
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@ using Robust.Client.UserInterface.CustomControls;
|
||||
namespace Content.Client.EscapeMenu.UI.Tabs
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class KeyRebindTab : Control
|
||||
public sealed partial class KeyRebindTab : Control
|
||||
{
|
||||
// List of key functions that must be registered as toggle instead.
|
||||
private static readonly HashSet<BoundKeyFunction> ToggleFunctions = new()
|
||||
|
||||
Reference in New Issue
Block a user