Examples of ItemSpecialsSaga


Examples of iryrwarosh.ItemSpecialsSaga

  Tile statue = Tile.STATUE;
  Tile liquid = Tile.WATER1;
  Tile[][] tiles = new Tile[19][9];
 
  public StartScreen(){
    MessageBus.subscribe(new ItemSpecialsSaga());
    MessageBus.subscribe(new LootSaga());
    MessageBus.subscribe(new ArmosSaga());
    MessageBus.subscribe(new MapExplorationHandler());
    MessageBus.subscribe(new CreatureAiHandler());
   
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.