Example #1
0
 static public void RunOnNextUpdate(System.Action <object> pHandler)
 {
     TimerMgr.DELAY(0.001f, pHandler);
 }