示例#1
0
 void OnFishFoundByEnemy(GameObject p_fish)
 {
     fishManager.KillFish(p_fish);
 }