提交
This commit is contained in:
@@ -7,9 +7,7 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class com_broadcast_text1 : GComponent
|
||||
{
|
||||
public GGraph bg_panel;
|
||||
public GRichTextField cast_text;
|
||||
public GRichTextField hide_text;
|
||||
public GButton btn_broad;
|
||||
public const string URL = "ui://pmf3wbjiez6k22";
|
||||
|
||||
@@ -22,10 +20,8 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_panel = (GGraph)GetChildAt(0);
|
||||
cast_text = (GRichTextField)GetChildAt(1);
|
||||
hide_text = (GRichTextField)GetChildAt(2);
|
||||
btn_broad = (GButton)GetChildAt(3);
|
||||
btn_broad = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user