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
		
	
	
		
			651 B
		
	
	
	
		
			C#
		
	
		
		
			
		
	
	
			32 lines
		
	
	
		
			651 B
		
	
	
	
		
			C#
		
	
| 
											2 years ago
										 | /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ | ||
|  | 
 | ||
|  | using FairyGUI; | ||
|  | using FairyGUI.Utils; | ||
|  | 
 | ||
|  | namespace Game.Battle | ||
|  | { | ||
|  | 	public partial class ViewInteract : GComponent | ||
|  | 	{ | ||
|  | 		public Controller m_isTarget; | ||
|  | 		public GLoader m_n18; | ||
|  | 
 | ||
|  | 		public const string URL = "ui://2qo7xpdco85f57"; | ||
|  | 
 | ||
|  | 		public static ViewInteract CreateInstance() | ||
|  | 		{ | ||
|  | 			return (ViewInteract)UIPackage.CreateObject("Battle","Interact"); | ||
|  | 		} | ||
|  | 
 | ||
|  | 		public ViewInteract() | ||
|  | 		{ | ||
|  | 		} | ||
|  | 
 | ||
|  | 		public override void ConstructFromXML(XML xml) | ||
|  | 		{ | ||
|  | 			base.ConstructFromXML(xml); | ||
|  | 
 | ||
|  | 			m_isTarget = this.GetController("isTarget"); | ||
|  | 			m_n18 = (GLoader)this.GetChild("n18"); | ||
|  | 		} | ||
|  | 	} | ||
|  | } |