コード例 #1
0
ファイル: CreatePouch.java プロジェクト: Delcorum/WrathServer
 @Override
 public boolean abort() {
   player.setCurrentSkill(null);
   player.setLastSkillAction(System.currentTimeMillis());
   super.stop();
   return true;
 }