Skip to content

Commit

Permalink
add originalSkin+originalCape
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Jan 22, 2025
1 parent e9694cc commit 26c68c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/minecraft/SimpleMinecraftAccount.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export interface SimpleMinecraftAccount {
lastErrorCode: string;
errorState: string;
added: number;
originalSkin?: string;
originalCape?: string;
sendEmails?: boolean;
submitted?: true;
}
2 changes: 1 addition & 1 deletion dist/minecraft/SimpleMinecraftAccount.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/minecraft/SimpleMinecraftAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export interface SimpleMinecraftAccount {
lastErrorCode: string;
errorState: string;
added: number;
originalSkin?: string;
originalCape?: string;

sendEmails?: boolean;

Expand Down

0 comments on commit 26c68c4

Please # to comment.