Revert to threaded butlerd client; keep min-api 1.1.0; add InstallLocation stub
This commit is contained in:
parent
3132a5015a
commit
5d686a5b02
2 changed files with 9 additions and 1 deletions
8
core/install_location.gd
Normal file
8
core/install_location.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
## 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 = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue