public static void Update()
 {
     while (true)
     {
         clientCore.Update();
         Thread.Sleep(10);
     }
 }