Package it.marteEngine

Examples of it.marteEngine.StateManager


  public Entity(float x, float y) {
    this.x = x;
    this.y = y;
    this.startx = x;
    this.starty = y;
    stateManager = new StateManager();
    alarms = new AlarmContainer(this);
  }
View Full Code Here

TOP

Related Classes of it.marteEngine.StateManager

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.