mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-06 05:33:58 +03:00
Update index.d.ts
This commit is contained in:
parent
5ebe15c7e9
commit
449e15e867
1 changed files with 1 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
@ -211,7 +211,7 @@ declare module "minecraft-launcher-core" {
|
||||||
protected createGameDirectory(): void;
|
protected createGameDirectory(): void;
|
||||||
protected async extractPackage(): void;
|
protected async extractPackage(): void;
|
||||||
protected async getModifyJson(): any;
|
protected async getModifyJson(): any;
|
||||||
protected startMinecraft(launchArguments: string[]): Promise<ChildProcessWithoutNullStreams>;
|
protected startMinecraft(launchArguments: string[]): ChildProcessWithoutNullStreams;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Authenticator: IAuthenticator;
|
export const Authenticator: IAuthenticator;
|
||||||
|
|
Loading…
Reference in a new issue