API for accessing initial launch parameters like --launcher.

This commit is contained in:
Pieter-Jan Briers
2020-04-04 15:06:47 +02:00
parent e0d8b111bc
commit 7e536954be
4 changed files with 55 additions and 3 deletions

View File

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