AxiosCommandConsole
AxiosCommandConsole is a sample class to make XNACC easy to use with Axios.
Windows
The CommandConsole won't work on WP7/Xbox 360 (currently, this may change in the future) and thus require #if WINDOWS if you are developing crossplatform games. The following is an example of how to get it into your game.
Sample code:
Inside of your activate method use the following code too attach to that screen:
Restricting commands
Inside of the constructor add whatever commands you want to remove to the RestrictedCommands list.
Example: