itchio-opengamepadui-plugin/core/install_location.gd

8 lines
355 B
GDScript

## Stub mirroring OpenGamepadUI's nested Library.InstallLocation class.
## Required only so the plugin's GDScript type annotation `InstallLocation`
## compiles against a global class and resolves at runtime from the plugin
## pack (OGPU has no top-level InstallLocation global class).
class_name InstallLocation
var id: String = ""
var path: String = ""