コード例 #1
0
 public StartCommand(GameStateModel gameStateModel)
 {
     _gameStateModel = gameStateModel;
 }
コード例 #2
0
 public StartSceneCommand(string sceneName, GameStateModel gameStateModel)
 {
     _sceneName      = sceneName;
     _gameStateModel = gameStateModel;
 }