FCLauncher/fclauncher/frontend/wailsjs/go/main/InstanceManager.js

20 lines
578 B
JavaScript
Raw Normal View History

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
2024-10-26 18:14:12 -06:00
export function CheckUpdate(arg1) {
return window['go']['main']['InstanceManager']['CheckUpdate'](arg1);
}
export function GetInstances() {
return window['go']['main']['InstanceManager']['GetInstances']();
}
export function InstallModpack(arg1, arg2) {
return window['go']['main']['InstanceManager']['InstallModpack'](arg1, arg2);
}
export function SearchInstances() {
return window['go']['main']['InstanceManager']['SearchInstances']();
}