mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-25 05:26:22 +03:00
Add gameDirectory overide to type declarations (#96)
This commit is contained in:
parent
8d59a34afe
commit
62a78e9653
1 changed files with 1 additions and 0 deletions
1
index.d.ts
vendored
1
index.d.ts
vendored
|
@ -7,6 +7,7 @@ declare module "minecraft-launcher-core" {
|
||||||
minArgs?: number;
|
minArgs?: number;
|
||||||
minecraftJar?: string;
|
minecraftJar?: string;
|
||||||
versionJson?: string;
|
versionJson?: string;
|
||||||
|
gameDirectory?: string;
|
||||||
directory?: string;
|
directory?: string;
|
||||||
natives?: string;
|
natives?: string;
|
||||||
assetRoot?: string;
|
assetRoot?: string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue