Class CombatActions
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.combat.CombatActions
This class listens to events relevant to the combat screen and does something when one of the
events is triggered.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCombatActions
(GdxGame game, CombatManager manager, com.badlogic.gdx.Screen previousScreen, ServiceContainer previousServices) -
Method Summary
Methods inherited from class com.csse3200.game.components.Component
earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update
-
Constructor Details
-
CombatActions
public CombatActions(GdxGame game, CombatManager manager, com.badlogic.gdx.Screen previousScreen, ServiceContainer previousServices)
-
-
Method Details