Exemple #1
0
 /// <summary>
 /// Use with Coroutine to instruct the coroutine to wait at least a
 /// given amount of milleseconds before the next entry.
 /// </summary>
 /// <param name="amount"></param>
 /// <returns></returns>
 protected object WaitMSecs(int amount)
 {
     return(CoroutineWait.WaitMilleseconds(amount));
 }