Package com.csse3200.game.components.combat.attackpatterns
package com.csse3200.game.components.combat.attackpatterns
-
ClassesClassDescriptionThe AttackPatternComponent is responsible for managing the attack patterns of entities within the game.The BatAttackPattern class defines the attack behavior of a Bat entity in the game.The Dragonfly attack pattern class defines the attack behavior of a Dragonfly entity in the game.The OxygenEater attack pattern class defines the attack behaviour of an OxygenEater entity.The ShipEaterAttackPattern class defines the attack behavior of a ShipEater entity in the game.