mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
API for accessing initial launch parameters like --launcher.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user