mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Adds GameController options for games using RobustToolbox as a library. (#1711)
This commit is contained in:
committed by
GitHub
parent
4ce6629ace
commit
8bd1e72e9f
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user