13 lines
		
	
	
		
			242 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			242 B
		
	
	
	
		
			C#
		
	
	
	
|  | namespace SRDebugger.UI.Controls | |||
|  | { | |||
|  |     using SRF; | |||
|  |     using UnityEngine.UI; | |||
|  | 
 | |||
|  |     public class InfoBlock : SRMonoBehaviourEx | |||
|  |     { | |||
|  |         [RequiredField] public Text Content; | |||
|  | 
 | |||
|  |         [RequiredField] public Text Title; | |||
|  |     } | |||
|  | } |