Beispiel #1
0
 void Update()
 {
     try
     {
         UI2DSprite.CustomUpdate();
         UIPanel.CustomUpdate();
     }
     catch (System.Exception ex)
     {
         //Games.TLBB.Util.GameUtil.LogAndReportException(ex, "NGUIPanel.Update");
     }
 }