mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-17 03:45:38 +00:00
8 lines
186 B
GDScript3
8 lines
186 B
GDScript3
extends Resource
|
|||
|
|||
class_name Emulator
|
|||
@export var name: String
|
|||
@export var description: String
|
|||
@export var options: Array[EmulatorOption]
|
|||
@export var properties: Array[EmulatorProperty]
|