Esempio n. 1
0
 public static void AddDebugCommand(string commandName, Action <string[]> worker)
 {
     DebugOverlay.AddCommand(commandName, worker);
 }