Package com.echoeight.bison.entity

Examples of com.echoeight.bison.entity.EntityManager


    public MainMenuState(Game game, int id) {
    super(id);
    this.game = game;
    WIDTH = game.dm.getWidth();
    HEIGHT = game.dm.getHeight();
    em = new EntityManager();
  }
View Full Code Here


    public Camp1State(Game game, int id) {
    super(id);
    this.game = game;
    WIDTH = game.dm.getWidth();
    HEIGHT = game.dm.getHeight();
    em = new EntityManager();
  }
View Full Code Here

TOP

Related Classes of com.echoeight.bison.entity.EntityManager

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.