| | |
| | | readonly static int REDPOINTID_042 = 215081; //天星塔挑战全服5奖励 |
| | | public static int fullServerPassNum1 = 1; //全服通关人数指标 |
| | | public static int fullServerPassNum2 = 5; |
| | | |
| | | public bool allPassed { |
| | | get { |
| | | return IsTopFloor(highestPassFloor); |
| | |
| | | }
|
| | | } |
| | | 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; |
| | |
| | | ChallengeFloors.Add(int.Parse(floorID)); |
| | | } |
| | | ChallengeFloors.Sort(); |
| | | |
| | | } |
| | | |
| | | public bool IsRecommendNextLevel() |