Exemplo n.º 1
0
 // *This function is where all the code for the command is stored. In this example, the command prints a message to the console.
 public override void RunCommand()
 {
     DeveloperConsole.AddMessageToConsole("This is a test command. It is has been succesfully created!");
 }