*
* @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;