fix:1、添加sdk。2、修复bug
This commit is contained in:
@@ -14,6 +14,8 @@ namespace FGUI.Prop_09
|
||||
public GGroup group_add;
|
||||
public GButton btn_buy;
|
||||
public GButton btn_back;
|
||||
public GButton btn_watch;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://ig55ss7kq8ucg";
|
||||
|
||||
public static com_prop CreateInstance()
|
||||
@@ -32,6 +34,8 @@ namespace FGUI.Prop_09
|
||||
group_add = (GGroup)GetChildAt(4);
|
||||
btn_buy = (GButton)GetChildAt(13);
|
||||
btn_back = (GButton)GetChildAt(14);
|
||||
btn_watch = (GButton)GetChildAt(16);
|
||||
img_saveingpot = (GImage)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user