This is a system for user to defined thier own command. It will be like Linux terminal.
Usage:
1.Defined your command and inherit Command class.
2.Register defined command to CommandSystem by CommondSystem.RegisterCmd(CommandBase command)
.
Next version:
I will design that user can defined their hotkey event.