新玩法提交
This commit is contained in:
@@ -13,6 +13,7 @@ namespace FGUI.ZM_Game_04
|
||||
public btn_blue btn_noad;
|
||||
public btn_blue btn_retry;
|
||||
public GTextField text_level;
|
||||
public GLoader loader_;
|
||||
public const string URL = "ui://g3iqdlgcfga23l";
|
||||
|
||||
public static com_GameEnd CreateInstance()
|
||||
@@ -30,6 +31,7 @@ namespace FGUI.ZM_Game_04
|
||||
btn_noad = (btn_blue)GetChildAt(12);
|
||||
btn_retry = (btn_blue)GetChildAt(13);
|
||||
text_level = (GTextField)GetChildAt(14);
|
||||
loader_ = (GLoader)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -24,6 +24,7 @@ namespace LoveLegend
|
||||
public static bool isVipUnlock = false;
|
||||
private static LoginModel loginModel;
|
||||
private static Dictionary<float, string> numDic = new Dictionary<float, string>();
|
||||
public static int now_level;
|
||||
|
||||
|
||||
public static string GetRandomNum(int count)
|
||||
|
||||
Reference in New Issue
Block a user