mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
Update type of ivs in save-data.ts
This commit is contained in:
parent
d93bfab831
commit
cea47507df
@ -123,7 +123,7 @@ export interface Starter {
|
|||||||
pokerus: boolean;
|
pokerus: boolean;
|
||||||
nickname?: string;
|
nickname?: string;
|
||||||
teraType?: PokemonType;
|
teraType?: PokemonType;
|
||||||
ivs: number[];
|
ivs: Uint8Array;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type RunHistoryData = Record<number, RunEntry>;
|
export type RunHistoryData = Record<number, RunEntry>;
|
||||||
|
Loading…
Reference in New Issue
Block a user