コード例 #1
0
 public void StartGame()
 {
     currentState = PlayerState.States.gameStarted;
     UIManager.Instance.StartGame();
     LevelManager.Instance.StartTheFirstLevel();
     UpdateTheRemainText();
 }
コード例 #2
0
ファイル: Shooting.cs プロジェクト: Rtimee/Paint-Hit-Unity
 private void Awake()
 {
     Instance     = this;
     currentState = PlayerState.States.Wait;
 }