|  |  |  | 
|---|
|  |  |  | //-------------------------------------------------------- | 
|---|
|  |  |  | //    [Author]:           YYL | 
|---|
|  |  |  | //    [  Date ]:           Thursday, August 14, 2025 | 
|---|
|  |  |  | //    [  Date ]:           2025年9月1日 | 
|---|
|  |  |  | //-------------------------------------------------------- | 
|---|
|  |  |  |  | 
|---|
|  |  |  | using System.Collections.Generic; | 
|---|
|  |  |  | 
|---|
|  |  |  | public string Level; | 
|---|
|  |  |  | public string MapBG; | 
|---|
|  |  |  | public int[][] DailyBootyUpperList; | 
|---|
|  |  |  | public string BG; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public override int LoadKey(string _key) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | MapBG = tables[3]; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | DailyBootyUpperList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]")); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | BG = tables[5]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | catch (Exception exception) | 
|---|
|  |  |  | { | 
|---|