Ejemplo n.º 1
0
 void OnClickGiveMonthCard(long uid)
 {
     if (LegionEvent.SendGiveMonthCard != null)
     {
         LegionEvent.SendGiveMonthCard(uid, GiveMonthCardSucess);
     }
 }