Improvements to allow better connection dialog in content.

This commit is contained in:
Pieter-Jan Briers
2020-04-17 14:41:22 +02:00
parent e353972959
commit ba933f7db0
9 changed files with 71 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ namespace Robust.UnitTesting
{
internal sealed class GameControllerDummy : IGameControllerInternal
{
public InitialLaunchState LaunchState { get; } = new InitialLaunchState(false, null, null);
public InitialLaunchState LaunchState { get; } = new InitialLaunchState(false, null, null, null);
public void Shutdown(string reason = null)
{