少年修仙传客户端代码仓库
hch
2024-12-18 0cb75a653a646d4afc3b656985b9964efec93032
System/SkyTower/SkyTowerModel.cs
@@ -18,6 +18,7 @@
        readonly static int REDPOINTID_042 = 215081; //天星塔挑战全服5奖励
        public static int fullServerPassNum1 = 1;  //全服通关人数指标
        public static int fullServerPassNum2 = 5;
        public bool allPassed {
            get {
                return IsTopFloor(highestPassFloor);
@@ -52,7 +53,13 @@
            }
        }
        public event Action OnChooseFloorIndexChange;
        public event Action<int> OnFlashOverEvent;
        public void OnFlashOver(int state)
        {
            if (OnFlashOverEvent != null)
                OnFlashOverEvent(state);
        }
        bool redpointConfirm_01 = false;
        bool redpointConfirm_02 = false;
@@ -289,6 +296,7 @@
                ChallengeFloors.Add(int.Parse(floorID));
            }
            ChallengeFloors.Sort();
        }
        public bool IsRecommendNextLevel()