示例#1
0
 public override void WorkerInteraction(WorkerEgg worker)
 {
     if (worker == Victim)
     {
         SoundBoard.Current.PlayEggDie();
         Victim.Killed();
         EndEggHarvest();
     }
 }