Beispiel #1
0
 public static void MainRefresh(float time)
 {
     if (CurrentPage != null)
     {
         CurrentPage.MainUpdate(time);
     }
 }