Esempio n. 1
0
 public static void SendConsoleCommand(string command)
 {
     CommandConsoleBroker.SendCommand(command);
 }
Esempio n. 2
0
 private IEnumerator Grant(string commandCall, string amount)
 {
     CommandConsoleBroker.SendCommand(string.Format("{0} {1}", commandCall, amount));
     yield return(StartCoroutine(Q.driver.WaitRealTime(5)));
 }