2
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
621 B
C#

3 years ago
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace Game.Battle
{
2 years ago
public partial class ViewMpItem : GComponent
3 years ago
{
public Controller m_c1;
2 years ago
public GGraph m_n11;
3 years ago
2 years ago
public const string URL = "ui://2qo7xpdcumbx59";
3 years ago
2 years ago
public static ViewMpItem CreateInstance()
3 years ago
{
2 years ago
return (ViewMpItem)UIPackage.CreateObject("Battle","MpItem");
3 years ago
}
2 years ago
public ViewMpItem()
3 years ago
{
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
m_c1 = this.GetController("c1");
2 years ago
m_n11 = (GGraph)this.GetChild("n11");
3 years ago
}
}
}