Package com.csse3200.game.services
Class CurrencyService
java.lang.Object
com.csse3200.game.services.CurrencyService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the crystal currencygetScrap()
Returns the scrap currencygetTower()
void
setTowerType
(TowerType newTower)
-
Constructor Details
-
CurrencyService
public CurrencyService()Constructor for the CurrencyService class
-
-
Method Details
-
getCurrencies
-
getScrap
Returns the scrap currency- Returns:
- Scrap object
-
getCrystal
Returns the crystal currency- Returns:
- Crystal object
-
getDisplay
-
setTowerType
-
getTower
-