Adds GameController options for games using RobustToolbox as a library. (#1711)

This commit is contained in:
Vera Aguilera Puerto
2021-04-23 00:05:42 +02:00
committed by GitHub
parent 4ce6629ace
commit 8bd1e72e9f
13 changed files with 135 additions and 40 deletions

View File

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