24 lines
616 B
JavaScript
Executable File
24 lines
616 B
JavaScript
Executable File
// @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']();
|
|
}
|
|
|
|
export function LaunchInstance(arg1) {
|
|
return window['go']['main']['Prism']['LaunchInstance'](arg1);
|
|
}
|