void DestroyEnemy(int playerNumber) { OrbManager.PlaceOrbAt(transform.position, playerNumber); Destroy(gameObject); }