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.
		
		
		
		
		
			
		
			
				
	
	
		
			36 lines
		
	
	
		
			765 B
		
	
	
	
		
			C#
		
	
			
		
		
	
	
			36 lines
		
	
	
		
			765 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 ViewMapIcon : GComponent
 | |
| 	{
 | |
| 		public Controller m_selected;
 | |
| 		public GLoader m_n2;
 | |
| 		public GImage m_n3;
 | |
| 		public GImage m_n4;
 | |
| 
 | |
| 		public const string URL = "ui://2qo7xpdcklx946";
 | |
| 
 | |
| 		public static ViewMapIcon CreateInstance()
 | |
| 		{
 | |
| 			return (ViewMapIcon)UIPackage.CreateObject("Battle","MapIcon");
 | |
| 		}
 | |
| 
 | |
| 		public ViewMapIcon()
 | |
| 		{
 | |
| 		}
 | |
| 
 | |
| 		public override void ConstructFromXML(XML xml)
 | |
| 		{
 | |
| 			base.ConstructFromXML(xml);
 | |
| 
 | |
| 			m_selected = this.GetController("selected");
 | |
| 			m_n2 = (GLoader)this.GetChild("n2");
 | |
| 			m_n3 = (GImage)this.GetChild("n3");
 | |
| 			m_n4 = (GImage)this.GetChild("n4");
 | |
| 		}
 | |
| 	}
 | |
| } |