Class CutsceneCommand

java.lang.Object
com.csse3200.game.ui.terminal.commands.CutsceneCommand
All Implemented Interfaces:
Command

public class CutsceneCommand extends Object implements Command
  • Constructor Details

    • CutsceneCommand

      public CutsceneCommand()
  • Method Details

    • action

      public boolean action(ArrayList<String> args)
      Toggles debug mode on or off if the corresponding argument is received.
      Specified by:
      action in interface Command
      Parameters:
      args - command arguments
      Returns:
      command was successful