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
		
	
	
		
			710 B
		
	
	
	
		
			C#
		
	
			
		
		
	
	
			34 lines
		
	
	
		
			710 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 ViewHitBuff : GComponent
 | |
| 	{
 | |
| 		public GGraph m_n13;
 | |
| 		public GTextField m_name;
 | |
| 		public Transition m_step1;
 | |
| 
 | |
| 		public const string URL = "ui://2qo7xpdcgzui35";
 | |
| 
 | |
| 		public static ViewHitBuff CreateInstance()
 | |
| 		{
 | |
| 			return (ViewHitBuff)UIPackage.CreateObject("Battle","HitBuff");
 | |
| 		}
 | |
| 
 | |
| 		public ViewHitBuff()
 | |
| 		{
 | |
| 		}
 | |
| 
 | |
| 		public override void ConstructFromXML(XML xml)
 | |
| 		{
 | |
| 			base.ConstructFromXML(xml);
 | |
| 
 | |
| 			m_n13 = (GGraph)this.GetChild("n13");
 | |
| 			m_name = (GTextField)this.GetChild("name");
 | |
| 			m_step1 = this.GetTransition("step1");
 | |
| 		}
 | |
| 	}
 | |
| } |