added save and load json

This commit is contained in:
2023-02-06 19:11:19 +09:00
parent 1ef2570f45
commit 20a3a0bbe4
6 changed files with 235 additions and 19 deletions

View File

@@ -1,5 +1,3 @@
import type { ItemEffect } from "./ItemData";
export interface PokemonStatus {
types: number[],
terastype: number[],