Пример #1
0
 // player死後の行動の実行(BattleManagerの--playerが死んだ場合の実装--の内容)
 public void PlayerDeath()
 {
     sceneTransitionManager.LoadTo("Town");
 }