示例#1
0
 void Kill()
 {
     Debug.Log("Ghost Killed!!!!");
     deathSound.Play();
     game.EnemyKilled();
     Destroy(gameObject);
 }