示例#1
0
 public void KillVirus(Virus virus)
 {
     RemoveVirus(virus);
     _statsHandler.RegisterDeath(virus.GetType());
 }