Class CombatActions

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.combat.CombatActions

public class CombatActions extends Component
This class listens to events relevant to the combat screen and does something when one of the events is triggered.
  • Constructor Details

  • Method Details

    • create

      public void create()
      Initialises the event listeners.
      Overrides:
      create in class Component
    • dispose

      public void dispose()
      Called when the screen is disposed to free resources.
      Overrides:
      dispose in class Component