Class DamageMultiplierCommand

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

public class DamageMultiplierCommand extends Object implements Command
A command for toggling boosted outgoing weapon damage (cheat code).
  • Constructor Details

    • DamageMultiplierCommand

      public DamageMultiplierCommand()
  • Method Details

    • action

      public boolean action(ArrayList<String> args)
      Description copied from interface: Command
      Action a command.
      Specified by:
      action in interface Command
      Parameters:
      args - command args
      Returns:
      command was successful