Example #1
0
 public static void CheckDelayed()
 {
     Call.CheckDelayed(false);
 }
Example #2
0
 public static void Delay(Action method, float seconds, bool overwrite = true)
 {
     Call.Delay(method, method, seconds, overwrite);
 }