Package games.stendhal.server.entity.npc.action

Examples of games.stendhal.server.entity.npc.action.LoadSignFromHallOfFameAction


    }
  }


  private void createHallOfFameSign() {
    loadSignFromHallOfFame = new LoadSignFromHallOfFameAction(null, "Those who travelled the world:\n", "P", 2000, true);
    loadSignFromHallOfFame.fire(null, null, null);
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.npc.action.LoadSignFromHallOfFameAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.