itchio-opengamepadui-plugin/core/install_location.gd

9 lines
355 B
GDScript3
Raw Normal View History

## 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 = ""