少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-13 52e081e4e2eb9c8b4b1a74e3e2f26c1c361612b2
Fight/Stage/StageLoadProcessor.cs
@@ -181,6 +181,7 @@
        public override void End()
        {
        }
        public override void Update()
@@ -235,6 +236,12 @@
            }
            unloadUnUsedOperation = Resources.UnloadUnusedAssets();
            if (command.isClientLoadMap && command.serverType == ServerType.CrossSever)
            {
                var sendInfo = new CA108_tagCMRefreshMainServerRole();
                GameNetSystem.Instance.SendInfo(sendInfo);
            }
        }
        public override void End()
@@ -372,11 +379,7 @@
            stage.mapId = mapId;
            StageLoad.Instance.currentStage = stage;
            if (command.isClientLoadMap && command.serverType == ServerType.CrossSever)
            {
                var sendInfo = new CA108_tagCMRefreshMainServerRole();
                GameNetSystem.Instance.SendInfo(sendInfo);
            }
        }
        public override void Update()