コード例 #1
0
ファイル: QuestDelegate.java プロジェクト: whonderland/msoy
  @Override
  public void didShutdown() {
    super.didShutdown();

    // if any players remain unpaid out, pay them out now (this will also note any accumulated
    // playtime for these players that was not associated with a payout)
    flushAllPlayers();
    _players.clear();
  }
コード例 #2
0
ファイル: QuestDelegate.java プロジェクト: whonderland/msoy
 @Override
 public void didStartup(final PlaceObject plobj) {
   super.didStartup(plobj);
 }