Package com.csse3200.game.components
package com.csse3200.game.components
-
ClassesClassDescriptionComponent used to store information related to combat such as health, attack, etc.Core component class from which all components inherit.Internal type system for components.Finds the closest customer entity within a range of the player.Finds the closest interactable object inside a range of the player's position.A UI component for displaying tooltips when the player is near an interactable object.When this entity touches a valid enemy's hitbox, deal damage to them and apply a knockback.