mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-06-24 22:14:19 +00:00
fix part 3
This commit is contained in:
parent
fcd0787454
commit
7e50cb802e
4 changed files with 20 additions and 6 deletions
4
types.ts
4
types.ts
|
@ -127,6 +127,10 @@ export enum Opponents {
|
|||
Dicey2024 = "Dicey2024",
|
||||
CakeDay = "CakeDay",
|
||||
MasterOG = "MasterOG",
|
||||
}
|
||||
|
||||
export enum CommunityOpponents {
|
||||
None = "None",
|
||||
Stik = "Stik",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue