mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +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
|