fix:1、修复bug
This commit is contained in:
@@ -9,6 +9,7 @@ namespace FGUI.ZM_Common_01
|
||||
{
|
||||
public Controller state;
|
||||
public GImage ad_icon;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://o9974uc5s73p5m";
|
||||
|
||||
public static btn_claim3 CreateInstance()
|
||||
@@ -22,6 +23,7 @@ namespace FGUI.ZM_Common_01
|
||||
|
||||
state = GetControllerAt(0);
|
||||
ad_icon = (GImage)GetChildAt(1);
|
||||
img_saveingpot = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user