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.
		
		
		
		
		
			
	
	
		
			
				
					
						
							|  |  |  |  | using System.Collections.Generic; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | namespace Script.GameLogic | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |     public static class CommonDefine | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         public static List<string> IronManImageUrl = new() | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |             "ui://xp0ftrgyiu6b3" , | 
					
						
							|  |  |  |  |             "ui://xp0ftrgyzbdyp", | 
					
						
							|  |  |  |  |             "ui://xp0ftrgyzbdyq", | 
					
						
							|  |  |  |  |             "ui://xp0ftrgyzbdyr", | 
					
						
							|  |  |  |  |              | 
					
						
							|  |  |  |  |         }; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | } |