コード例 #1
0
ファイル: Spawner.cs プロジェクト: eschafir/Glitch-Garden
 void Spawn(GameObject myGameObject)
 {
     Instantiate(myGameObject, transform.position, Quaternion.identity, transform);
     thisLane.EnemySpawned();
 }