mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +00:00
10 lines
196 B
GDScript
10 lines
196 B
GDScript
extends Resource
|
|
|
|
class_name Emulator
|
|
|
|
@export var name: String
|
|
@export var description: String
|
|
@export var launch: String
|
|
@export var url: String
|
|
@export var properties: Array[EmulatorProperty]
|