20 lines
578 B
JavaScript
Executable File
20 lines
578 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 SearchInstances() {
|
|
return window['go']['main']['InstanceManager']['SearchInstances']();
|
|
}
|