mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-12-02 02:25:41 +00:00
7 lines
143 B
GDScript3
7 lines
143 B
GDScript3
|
extends Resource
|
||
|
|
||
|
class_name Emulator
|
||
|
@export var name: String
|
||
|
@export var description: String
|
||
|
@export var properties: Array[EmulatorProperty]
|