mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-30 01:25:55 +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]
|