Пример #1
0
 public Action makeDecision(Game game) {
   DecisionNode branch = this.getBranch(game);
   return branch.makeDecision(game);
 }