Class ProjectileConsumableConfig

java.lang.Object
com.csse3200.game.entities.configs.consumables.ConsumableConfig
com.csse3200.game.entities.configs.consumables.ProjectileConsumableConfig
Direct Known Subclasses:
LightningInABottleConfig

public abstract class ProjectileConsumableConfig extends ConsumableConfig
  • Field Details

    • projectileSpeed

      public int projectileSpeed
    • projectileSize

      public int projectileSize
    • projectileDamage

      public int projectileDamage
  • Constructor Details

    • ProjectileConsumableConfig

      public ProjectileConsumableConfig()