Beispiel #1
0
 public override void EatPowerPill()
 {
     if (UseSmart)
     {
         SmartAgent.EatPowerPill();
     }
     else
     {
         DumbAgent.EatPowerPill();
     }
 }