|  |  |  | 
|---|
|  |  |  | string lockInfo = !isLock ? Language.Get("Challenge02") : string.Empty; | 
|---|
|  |  |  | btnArena.Display(index, redpointId, isLock, countInfo, lockInfo, () => | 
|---|
|  |  |  | { | 
|---|
|  |  |  | UIManager.Instance.CloseWindow<ChallengeTabWin>(); | 
|---|
|  |  |  | if (!FuncOpen.Instance.IsFuncOpen(funcId, true)) | 
|---|
|  |  |  | return; | 
|---|
|  |  |  | BattleField arenaBattle = BattleManager.Instance.GetBattleFieldByMapID(3); | 
|---|
|  |  |  | 
|---|
|  |  |  | string lockInfo = !isLock ? Language.Get("Challenge02") : string.Empty; | 
|---|
|  |  |  | btnBoneField.Display(index, redpointId, isLock, countInfo, lockInfo, () => | 
|---|
|  |  |  | { | 
|---|
|  |  |  | UIManager.Instance.CloseWindow<ChallengeTabWin>(); | 
|---|
|  |  |  | if (!FuncOpen.Instance.IsFuncOpen(funcId, true)) | 
|---|
|  |  |  | return; | 
|---|
|  |  |  | BattleField battleField = BattleManager.Instance.GetBattleFieldByMapID(30010); | 
|---|