コード例 #1
0
 public static GamePlayManager GetInstance()
 {
     if (instance == null)
         instance = new GamePlayManager();
     return instance;
 }
コード例 #2
0
 public PauseState()
 {
     gameManager = GamePlayManager.GetInstance();
 }
コード例 #3
0
 public MainMenuState()
 {
     gameManager = GamePlayManager.GetInstance();
 }