예제 #1
0
 public void init() {
   for (StandardEntity entity : world.getPlatoonAgents()) {
     humanInfoMap.put(entity.getID(), new HumanInfo(false, false));
   }
 }