- FoodBuyPrice - Variable in class com.mygdx.game.Market
-
Variable holding food resource buying price.
- FoodSellPrice - Variable in class com.mygdx.game.Market
-
Variable holding food resource selling price.
- FoodStock - Variable in class com.mygdx.game.Market
-
Variable holding current Food resource amount as an int, initialises at 16 as stated in the brief.
- foodStockLabel - Variable in class com.mygdx.game.Market
-
Visualises the amount of food stocks currently held by the market
- foodTradeAmount - Variable in class com.mygdx.game.Market
-
variable storing amount of food to be traded
- foodTradeLabel - Variable in class com.mygdx.game.Market
-
label to show amount of food being traded