bingo b面修改
This commit is contained in:
@@ -7,6 +7,7 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class com_maindi : GComponent
|
||||
{
|
||||
public Controller show_fight;
|
||||
public com_di com_di;
|
||||
public const string URL = "ui://pmf3wbjiokk5gg";
|
||||
|
||||
@@ -19,7 +20,8 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_di = (com_di)GetChildAt(0);
|
||||
show_fight = GetControllerAt(0);
|
||||
com_di = (com_di)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user