コード例 #1
0
ファイル: Octopus.java プロジェクト: josago/ATAA2014
 protected TimeLimitTaskTracker(TaskDef def) {
   this.timeLimit = def.getTimeLimit().intValue();
   this.stepReward = def.getStepReward();
   timeLeft = timeLimit;
 }