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

20 lines
510 B
JavaScript
Raw Normal View History

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function CheckInstalled() {
return window['go']['main']['Prism']['CheckInstalled']();
}
export function GetInstanceDir() {
return window['go']['main']['Prism']['GetInstanceDir']();
}
export function ImportModpack(arg1) {
return window['go']['main']['Prism']['ImportModpack'](arg1);
}
export function Install() {
return window['go']['main']['Prism']['Install']();
}