2024-10-26 14:00:53 -06:00
|
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
|
|
// This file is automatically generated. DO NOT EDIT
|
2024-10-26 18:14:12 -06:00
|
|
|
import {main} from '../models';
|
2024-10-26 14:00:53 -06:00
|
|
|
|
|
|
|
export function CheckInstalled():Promise<boolean>;
|
|
|
|
|
|
|
|
export function GetInstanceDir():Promise<string>;
|
|
|
|
|
|
|
|
export function ImportModpack(arg1:string):Promise<void>;
|
|
|
|
|
|
|
|
export function Install():Promise<void>;
|
2024-10-26 18:14:12 -06:00
|
|
|
|
|
|
|
export function LaunchInstance(arg1:main.Instance):Promise<void>;
|