Example #1
0
 protected TimeLimitTaskTracker(TaskDef def) {
   this.timeLimit = def.getTimeLimit().intValue();
   this.stepReward = def.getStepReward();
   timeLeft = timeLimit;
 }