Package com.google.code.timetrail.backend

Examples of com.google.code.timetrail.backend.Store


   *
   * @param gameControl
   *            the game data
   */
  public StoreFrameBackend(Control gameControl) {
    this.store = new Store(gameControl);
    this.gameControl = gameControl;
    this.playerInv = this.gameControl.getInv();
    engineValid = true;
    fCapacitorValid = true;
    fuelCellsValid = true;
View Full Code Here

TOP

Related Classes of com.google.code.timetrail.backend.Store

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.