Example #1
0
 public void update() {
   if (world.getSelf() instanceof MrlPlatoonAgent) {
     //            checkIsLockedByBlockade();
     if (world.getTime() > world.getIgnoreCommandTime()) {
       updateSelfHealthyValue();
     }
   }
 }