mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-17 03:45:38 +00:00
9 lines
175 B
GDScript3
9 lines
175 B
GDScript3
![]() |
extends Resource
|
||
|
|
||
|
class_name RetroarchCore
|
||
|
|
||
|
@export var name: String
|
||
|
@export var description: String
|
||
|
@export var system: Array
|
||
|
@export var properties: Array[EmulatorProperty]
|