Ejemplo n.º 1
0
 void RefeshServerTime()
 {
     if (gameTime != null)
     {
         gameTime.StartCurServerTimer(GameCenter.instance.ServerTimePointSecond);
         gameTime.OnBeforeDawn = delegate {
             GameCenter.activityMng.InTheMorningUpdateData();
         };
     }
 }