Package aitgame.tilegame.minigames.historygame

Examples of aitgame.tilegame.minigames.historygame.HistoryGame.shutDown()


    //load GradeShower
    gradeShower = new GradeShower(historyGame, inputManager, gradeManager);

    displayGradeShower();
   
    historyGame.shutDown();
    //historyGame.dispose();
  }
   
  /**
  * If the player has conection to objects the option that the player then has
View Full Code Here


    //load GradeShower
    gradeShower = new GradeShower(historyGame, inputManager, gradeManager);

    displayGradeShower();
   
    historyGame.shutDown();
    //historyGame.dispose();
  }
   
  /**
  * If the player has conection to objects the option that the player then has
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.