void OnClickGiveMonthCard(long uid) { if (LegionEvent.SendGiveMonthCard != null) { LegionEvent.SendGiveMonthCard(uid, GiveMonthCardSucess); } }