public StartCommand(GameStateModel gameStateModel) { _gameStateModel = gameStateModel; }
public StartSceneCommand(string sceneName, GameStateModel gameStateModel) { _sceneName = sceneName; _gameStateModel = gameStateModel; }