mirror of
				https://github.com/RetroDECK/RetroDECK.git
				synced 2025-04-10 19:15:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			141 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			141 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
| extends Resource
 | |
| 
 | |
| class_name Link
 | |
| 
 | |
| @export var description: String
 | |
| @export var name: String
 | |
| @export var url: String
 | |
| @export var icon: String
 | 
