Package com.pointcliki.dizgruntled.player

Examples of com.pointcliki.dizgruntled.player.GruntzPlayerManager


 
  @Override
  public void configureManagers() {
    super.configureManagers();
   
    fPlayerManager = new GruntzPlayerManager(this);
    fGridManager = new GridManager(this, new Vector2f(32f, 32f), new Vector2f(16f, 16f));
    fMapManager = new MapManager(this);
    fPressureManager = new PressureManager(this);
    fEffectManager = new EffectManager(this);
   
View Full Code Here

TOP

Related Classes of com.pointcliki.dizgruntled.player.GruntzPlayerManager

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.