mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-01-05 00:16:39 +00:00
Fixed types issue
This commit is contained in:
parent
97fc89a34b
commit
87be623c97
1 changed files with 1 additions and 0 deletions
1
types.ts
1
types.ts
|
@ -130,6 +130,7 @@ export enum Opponents {
|
|||
}
|
||||
|
||||
export enum CommunityOpponents {
|
||||
None = "None",
|
||||
Stik = "Stik",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue