Esempio n. 1
0
 public static void LateExecute(Callback callbackFunc, float time)
 {
     Instance.ExecuteCallbackWithDelay(callbackFunc, time);
 }