Package iryrwarosh

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

Related Classes of iryrwarosh.MapExplorationHandler

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.