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