Exemple #1
0
 public void sendFreeLotteryDone(bool isSuccess)
 {
     Debug.Log("SendFreeLotteryDone");
     if (GameObject.FindWithTag("main_controller") != null)
     {
         GameObject.FindWithTag("main_controller").SendMessage("updateUserInfo");
     }
     mainLogic.OnLotteryAnimationWindow();
     resetFreeLotteryInfo();
 }