mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-10-12 15:40:18 +00:00
✨ add post game to tupe
This commit is contained in:
parent
a5745cd183
commit
9a927fb25c
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@ export interface TrainerType {
|
|||
outtro: string[];
|
||||
money: number;
|
||||
pos: PosType;
|
||||
postGame?: {
|
||||
message: string[];
|
||||
items?: ItemType[];
|
||||
};
|
||||
}
|
||||
|
||||
export interface MapItemType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue