mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 10:46:17 +00:00
提交完美
This commit is contained in:
@@ -8,6 +8,7 @@ namespace MainUI
|
||||
public partial class UI_MainUI : GComponent
|
||||
{
|
||||
public GComponent m_View;
|
||||
public GComponent m_Tip;
|
||||
public const string URL = "ui://r71rr38pue300";
|
||||
|
||||
public static UI_MainUI CreateInstance()
|
||||
@@ -20,6 +21,7 @@ namespace MainUI
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
m_View = (GComponent)GetChildAt(0);
|
||||
m_Tip = (GComponent)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user