Update index.d.ts

This commit is contained in:
Pierce 2021-02-10 17:00:34 -08:00
parent 5ebe15c7e9
commit 449e15e867

2
index.d.ts vendored
View file

@ -211,7 +211,7 @@ declare module "minecraft-launcher-core" {
protected createGameDirectory(): void;
protected async extractPackage(): void;
protected async getModifyJson(): any;
protected startMinecraft(launchArguments: string[]): Promise<ChildProcessWithoutNullStreams>;
protected startMinecraft(launchArguments: string[]): ChildProcessWithoutNullStreams;
}
export const Authenticator: IAuthenticator;