Beispiel #1
0
 void DeadProcess()              //这里进行怪物死亡后进行奖励等死亡处理
 {
     worldCtrl.EnemyDie(enemyCore);
     Destroy(gameObject);
 }