| | |
| | | return; |
| | | } |
| | | |
| | | if (!AssetVersionUtility.IsUnpriorAssetDownLoadOk()) |
| | | { |
| | | InGameDownLoad.Instance.TryDownLoad(InGameDownLoad.Dominant.Whole); |
| | | return; |
| | | } |
| | | |
| | | var sendInfo = new CC105_tagCMEnterCrossServer(); |
| | | sendInfo.DataMapID = DATA_MAPID; |
| | | |
| | | GameNetSystem.Instance.SendInfo(sendInfo); |
| | | } |
| | | |
| | |
| | |
|
| | | private void ClickMatch(int type)
|
| | | {
|
| | | if (type == 1)
|
| | | {
|
| | | if (!AssetVersionUtility.IsUnpriorAssetDownLoadOk())
|
| | | {
|
| | | InGameDownLoad.Instance.TryDownLoad(InGameDownLoad.Dominant.Whole);
|
| | | return;
|
| | | }
|
| | | }
|
| | |
|
| | | if (crossServerModel.isClickCoolTime) return;
|
| | |
|
| | | DebugEx.Log("ClickMatch......");
|
| | |
| | | {
|
| | |
|
| | | [XLua.LuaCallCSharp]
|
| | | public class NewBieCenter : Singleton<NewBieCenter>
|
| | | public class NewBieCenter : Singleton<NewBieCenter>
|
| | | |
| | | {
|
| | |
|
| | |
| | | private void Postprocessing(int guideId)
|
| | | {
|
| | | var guideConfig = Config.Instance.Get<GuideConfig>(guideId);
|
| | | if (guideConfig == null)
|
| | | {
|
| | | return;
|
| | | }
|
| | |
|
| | | var functionOpenConfig = Config.Instance.Get<FuncOpenLVConfig>(guideConfig.Condition);
|
| | | if (functionOpenConfig != null && functionOpenConfig.ContinueTask == 1)
|
| | | {
|