Closed oliverbooth closed 4 years ago
Satisfies issue #10
CommandAttribute
CommandManager
Command
Console
P.S. Implementation of Help command is also changed, to output each command and their description
Help
Satisfies issue #10
CommandAttribute
attribute, to specify their name and description.CommandManager
class registers all types in the assembly which are of typeCommand
and haveCommandAttribute
attributeConsole
class now calls onCommandManager
to register these commands, and also to execute them