mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-05 21:23:59 +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;
|
||||
minecraftJar?: string;
|
||||
versionJson?: string;
|
||||
gameDirectory?: string;
|
||||
directory?: string;
|
||||
natives?: string;
|
||||
assetRoot?: string;
|
||||
|
|
Loading…
Reference in a new issue