Examples of MapExplorationHandler


Examples of iryrwarosh.MapExplorationHandler

 
  public StartScreen(){
    MessageBus.subscribe(new ItemSpecialsSaga());
    MessageBus.subscribe(new LootSaga());
    MessageBus.subscribe(new ArmosSaga());
    MessageBus.subscribe(new MapExplorationHandler());
    MessageBus.subscribe(new CreatureAiHandler());
   
    addTheme();
    buildRoom();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.