Package com.csse3200.game.components.combat
package com.csse3200.game.components.combat
-
ClassesClassDescriptionComponent used to store information related to combat such as health, attack, etc.The ProjectileComponent class defines the behavior of a projectile entity in the game.A component that manages the stun status of an entity in a game.When this entity touches a valid enemy's hitbox, deal damage to them and apply a knockback.