Examples of FameHandler


Examples of iryrwarosh.FameHandler

 
  private int turnNumber = 0;
 
  public PlayScreen(World world, Factory factory, Creature player){
    MessageBus.subscribe(this);
    this.fameHandler = new FameHandler();
    this.world = world;
    this.factory = factory;
    this.player = player;
    this.messageLogScreen = new MessageLogScreen(this);
  }
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.