mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
9 lines
232 B
GDScript
9 lines
232 B
GDScript
extends Resource
|
|
class_name AppData
|
|
|
|
#@export var about_links: Dictionary[String, Link] = {}
|
|
#@export var emulators: Dictionary[String, Emulator] = {}
|
|
|
|
@export var about_links: Dictionary = {}
|
|
@export var emulators: Dictionary = {}
|