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.

34 lines
785 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace Game.Battle
{
public partial class ViewbloodBarEnemy : GComponent
{
public GImage m_n0;
public ViewbloodBarEnemyTween m_tween;
public ViewbloodBarEnemySub m_sub;
public const string URL = "ui://2qo7xpdcjrii24";
public static ViewbloodBarEnemy CreateInstance()
{
return (ViewbloodBarEnemy)UIPackage.CreateObject("Battle","bloodBarEnemy");
}
public ViewbloodBarEnemy()
{
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
m_n0 = (GImage)this.GetChild("n0");
m_tween = (ViewbloodBarEnemyTween)this.GetChild("tween");
m_sub = (ViewbloodBarEnemySub)this.GetChild("sub");
}
}
}