コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     HitAble     = false;
     _instance   = this;
     zombieCount = zombie.Length;
     gameOverPanel.SetActive(false);
     santa.Initialize(2, startPos);
     StartCoroutine(GameStart());
 }