Beispiel #1
0
 public void OnDestroyFish(Fish fish)
 {
     this.ResetFishAttractedByHook(fish);
     this.m_Fishes.Remove(fish);
 }