mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +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
|