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