mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Improvements to allow better connection dialog in content.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user