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

24 lines
706 B
JavaScript
Executable File

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
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 InstallVanilla(arg1, arg2) {
return window['go']['main']['InstanceManager']['InstallVanilla'](arg1, arg2);
}
export function SearchInstances() {
return window['go']['main']['InstanceManager']['SearchInstances']();
}