Esempio n. 1
0
 public void setTeammateNotReady(RealAgent agent, int robot) {
   agent.getAllTeammates().get(robot + 1).setReady(false);
 }