Class ProjectileConsumableConfig
java.lang.Object
com.csse3200.game.entities.configs.consumables.ConsumableConfig
com.csse3200.game.entities.configs.consumables.ProjectileConsumableConfig
- Direct Known Subclasses:
LightningInABottleConfig
-
Field Summary
FieldsFields inherited from class com.csse3200.game.entities.configs.consumables.ConsumableConfig
duration, effects, isProjectile, maxStack, texturePath
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
projectileSpeed
public int projectileSpeed -
projectileSize
public int projectileSize -
projectileDamage
public int projectileDamage
-
-
Constructor Details
-
ProjectileConsumableConfig
public ProjectileConsumableConfig()
-