Ejemplo n.º 1
0
 public static void Init(int maxFrameIntervalMs)
 {
     MAX_FRAME_INTERVAL_MS = maxFrameIntervalMs;
     MyCoroutineMono.Init();
 }