Beispiel #1
0
 private bool willKillHost()
 {
     return(RandomEvents.virusWillKillHostByAgeAndHealthIdx(
                this.host.age, this.host.healthIndex));
 }