2024-10-26 14:00:53 -06:00
|
|
|
// @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);
|
|
|
|
}
|
|
|
|
|
2024-10-26 14:00:53 -06:00
|
|
|
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']();
|
|
|
|
}
|