fix:1、添加H5
This commit is contained in:
@@ -30,6 +30,7 @@ namespace FGUI.ZM_Game_04
|
||||
public btn_prop btn_remove;
|
||||
public btn_prop btn_refresh;
|
||||
public btn_look_ad btn_look_ad;
|
||||
public GButton btn_wv;
|
||||
public const string URL = "ui://g3iqdlgcopwgw";
|
||||
|
||||
public static com_game CreateInstance()
|
||||
@@ -64,6 +65,7 @@ namespace FGUI.ZM_Game_04
|
||||
btn_remove = (btn_prop)GetChildAt(20);
|
||||
btn_refresh = (btn_prop)GetChildAt(21);
|
||||
btn_look_ad = (btn_look_ad)GetChildAt(22);
|
||||
btn_wv = (GButton)GetChildAt(23);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user