| | |
| | | return;
|
| | | }
|
| | |
|
| | | ChatCtrl.Inst.SendChatInfo(ChatCtrl.Inst.presentChatType, msg, info);
|
| | | ChatCtrl.Inst.SendChatInfo(ChatCtrl.Inst.presentChatType, msg, info, false);
|
| | | StartCoroutine(Co_CoolDowmChat());
|
| | |
|
| | | ModelCenter.Instance.GetModel<FirstTimeRechargeModel>().AskFirstRechargeMore(msg);
|
| | |
| | | CheckMaliceChat(msg);
|
| | | }
|
| | | m_OnChating = true;
|
| | | ChatCtrl.Inst.SendChatInfo(ChatCtrl.Inst.presentChatType, msg, info);
|
| | | ChatCtrl.Inst.SendChatInfo(ChatCtrl.Inst.presentChatType, msg, info, false);
|
| | | StartCoroutine(Co_CoolDowmChat());
|
| | | }
|
| | |
|