mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +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;
|
||||
nickname?: string;
|
||||
teraType?: PokemonType;
|
||||
ivs: number[];
|
||||
ivs: Uint8Array;
|
||||
}
|
||||
|
||||
export type RunHistoryData = Record<number, RunEntry>;
|
||||
|
Loading…
Reference in New Issue
Block a user