예제 #1
0
 /// <summary>
 /// This function initializes the class
 /// </summary>
 void Awake()
 {
     // Add "test" command processor and output.
     Debugger.AddProcessor(processTest);
     Debugger.AddOutput(output);
 }