Skip to content

Commit

Permalink
dumb move protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Oct 7, 2024
1 parent f837da9 commit 75760f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions protocol/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,12 @@ export namespace Protocol {

export interface ActivePokemon {
moves: Array<{
name: 'Recharge';
id: 'recharge';
} | {
name: MoveName;
id: ID;
} | {
name: MoveName;
id: ID;
pp: number;
Expand Down

0 comments on commit 75760f9

Please sign in to comment.