mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Deleted oopie
This commit is contained in:
parent
dd66e6713d
commit
18ce6d6632
@ -1,16 +0,0 @@
|
|||||||
/**
|
|
||||||
* Dex entry for a single Pokemon Species
|
|
||||||
*/
|
|
||||||
export interface DexEntry {
|
|
||||||
seenAttr: bigint;
|
|
||||||
caughtAttr: bigint;
|
|
||||||
natureAttr: number;
|
|
||||||
seenCount: number;
|
|
||||||
caughtCount: number;
|
|
||||||
hatchedCount: number;
|
|
||||||
ivs: number[];
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface DexData {
|
|
||||||
[key: number]: DexEntry;
|
|
||||||
}
|
|
@ -2,9 +2,6 @@ export interface Localizable {
|
|||||||
localize(): void;
|
localize(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface TranslationEntries {
|
|
||||||
[key: string]: string | { [key: string]: string };
|
|
||||||
}
|
|
||||||
export interface SimpleTranslationEntries {
|
export interface SimpleTranslationEntries {
|
||||||
[key: string]: string;
|
[key: string]: string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user