Class DialogueReward

java.lang.Object
com.csse3200.game.missions.rewards.Reward
com.csse3200.game.missions.rewards.DialogueReward

public class DialogueReward extends Reward
DialogueReward is a Reward that on collect() will call the correct dialogue display with its given dialogue.
  • Constructor Details

  • Method Details

    • collect

      public void collect()
      This method will display the dialogue on the correct dialogue screen
      Specified by:
      collect in class Reward
    • getCutscene

      protected Cutscene getCutscene()
      Getting the cutscene.