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