コード例 #1
0
 void Start()
 {
     mySpawnPosition = this.transform.position;
     enemyListIndex  = enemyList.AddEnemyToList(this);
 }