Class UpgradableStatsComponent
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.tower.UpgradableStatsComponent
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.csse3200.game.components.Component
create, dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update
-
Constructor Details
-
UpgradableStatsComponent
public UpgradableStatsComponent(float attackRate)
-
-
Method Details
-
setAttackRate
public void setAttackRate(float attackRate) -
getAttackRate
public float getAttackRate()
-