Beispiel #1
0
 /* if 0 then shoot, otherwise pass to 1,2,3,4,5 */
 public int action(int[] defenders) {
   return currentCoach.action(defenders);
 }