| 
					
				 | 
			
			
				@@ -11,11 +11,11 @@ namespace UI.Main 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_btnBack; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_btnSpeedUp; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_btnSkip; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public UI_ComTargetSkillShow m_comTargetCard; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public UI_ComDeduction m_comDeduction; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GComponent m_myHead; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GComponent m_targetHead; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public UI_ProgressBarTargetScore m_proScore; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        public UI_ComTargetSkillShow m_comTargetCard; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        public UI_ComDeduction m_comDeduction; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public Transition m_t1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public Transition m_t2; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public const string URL = "ui://mfvz4q8k8xpg3w"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -69,11 +69,11 @@ namespace UI.Main 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnBack = (GButton)comp.GetChild("btnBack"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnSpeedUp = (GButton)comp.GetChild("btnSpeedUp"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnSkip = (GButton)comp.GetChild("btnSkip"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_comTargetCard = (UI_ComTargetSkillShow)UI_ComTargetSkillShow.Create(comp.GetChild("comTargetCard")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_comDeduction = (UI_ComDeduction)UI_ComDeduction.Create(comp.GetChild("comDeduction")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_myHead = (GComponent)comp.GetChild("myHead"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_targetHead = (GComponent)comp.GetChild("targetHead"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_proScore = (UI_ProgressBarTargetScore)UI_ProgressBarTargetScore.Create(comp.GetChild("proScore")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_comTargetCard = (UI_ComTargetSkillShow)UI_ComTargetSkillShow.Create(comp.GetChild("comTargetCard")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_comDeduction = (UI_ComDeduction)UI_ComDeduction.Create(comp.GetChild("comDeduction")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_t1 = comp.GetTransition("t1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_t2 = comp.GetTransition("t2"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -84,14 +84,14 @@ namespace UI.Main 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnBack = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnSpeedUp = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnSkip = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_myHead = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_targetHead = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_proScore.Dispose(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_proScore = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_comTargetCard.Dispose(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_comTargetCard = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_comDeduction.Dispose(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_comDeduction = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_myHead = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_targetHead = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_proScore.Dispose(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_proScore = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_t1 = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_t2 = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if(disposeTarget && target != null) 
			 |