mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
7 lines
115 B
GDScript3
7 lines
115 B
GDScript3
|
extends Resource
|
||
|
|
||
|
class_name Link
|
||
|
@export var name: String
|
||
|
@export var url: String
|
||
|
@export var description: String
|