Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -16,7 +16,7 @@ using Robust.Shared.Timing;
|
||||
|
||||
namespace Content.Client.Alerts.UI;
|
||||
|
||||
public class AlertsFramePresenter : IDisposable
|
||||
public sealed class AlertsFramePresenter : IDisposable
|
||||
{
|
||||
[Dependency] private readonly IEntitySystemManager _systemManager = default!;
|
||||
[Dependency] private readonly IUserInterfaceManager _userInterfaceManager = default!;
|
||||
|
||||
Reference in New Issue
Block a user