Make content work with UI engine changes (#10990)

This commit is contained in:
wrexbe
2022-09-04 16:17:05 -07:00
committed by GitHub
parent 292f3de02d
commit 88465961e0
6 changed files with 17 additions and 43 deletions

View File

@@ -49,7 +49,7 @@ namespace Content.Client.Launcher
public event Action<string?>? ConnectFailReasonChanged;
public event Action<ClientConnectionState>? ConnectionStateChanged;
public override void Startup()
protected override void Startup()
{
_control = new LauncherConnectingGui(this);
@@ -61,7 +61,7 @@ namespace Content.Client.Launcher
CurrentPage = Page.Connecting;
}
public override void Shutdown()
protected override void Shutdown()
{
_control?.Dispose();