16 lines
441 B
JavaScript
Executable File
16 lines
441 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function GetModpack(arg1) {
|
|
return window['go']['main']['ModpackManager']['GetModpack'](arg1);
|
|
}
|
|
|
|
export function GetModpacks() {
|
|
return window['go']['main']['ModpackManager']['GetModpacks']();
|
|
}
|
|
|
|
export function QuerryModpacks() {
|
|
return window['go']['main']['ModpackManager']['QuerryModpacks']();
|
|
}
|