-
- All Implemented Interfaces:
-
org.lazywizard.console.BaseCommand
public class Rout implements BaseCommand
-
-
Method Summary
Modifier and Type Method Description BaseCommand.CommandResult
runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command. -
-
Method Detail
-
runCommand
BaseCommand.CommandResult runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command.
- Parameters:
args
- The arguments passed into this command.context
- Where this command was called from (campaign, combat, mission, simulation, etc).
-
-
-
-