예제 #1
0
 private void HandleDeath()
 {
     Debug.Log("PlanetController.HandleDeath()");
     planetManager.DestroyPlanet(this.gameObject);
 }