Beispiel #1
0
 public override Direction Think(GameState gs)
 {
     return(UseSmart ? SmartAgent.Think(gs) : DumbAgent.Think(gs));
 }