Example #1
0
 public static bool ExecQueue(long thisTime)
 {
     return(CLAnim.ExecQueue(thisTime, false));
 }
Example #2
0
 public static bool CheckTimes(long thisTime)
 {
     return(CLAnim.ExecQueue(thisTime, true));
 }