Class DebugCommand
java.lang.Object
com.deco2800.game.ui.terminal.commands.DebugCommand
- All Implemented Interfaces:
 Command
public class DebugCommand extends java.lang.Object implements Command
A command for toggling debug mode on and off.
- 
Constructor Summary
Constructors Constructor Description DebugCommand() - 
Method Summary
Modifier and Type Method Description booleanaction(java.util.ArrayList<java.lang.String> args)Toggles debug mode on or off if the corresponding argument is received. 
- 
Constructor Details
- 
DebugCommand
public DebugCommand() 
 - 
 - 
Method Details