コード例 #1
0
 void DestroyEnemy(int playerNumber)
 {
     OrbManager.PlaceOrbAt(transform.position, playerNumber);
     Destroy(gameObject);
 }