bug修改
This commit is contained in:
@@ -8,6 +8,7 @@ namespace FGUI.ACommon
|
||||
public partial class btn_green_vid : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://pmf3wbjia9pgfg";
|
||||
|
||||
public static btn_green_vid CreateInstance()
|
||||
@@ -20,6 +21,7 @@ namespace FGUI.ACommon
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
img_saveingpot = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user