mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-06-24 22:14:19 +00:00
Added new Community Opponents Code
This commit is contained in:
parent
3b532c498c
commit
9ba2e269bd
5 changed files with 113 additions and 1 deletions
4
types.ts
4
types.ts
|
@ -129,6 +129,10 @@ export enum Opponents {
|
|||
MasterOG = "MasterOG",
|
||||
}
|
||||
|
||||
export enum CommunityOpponents {
|
||||
Stik = "Stik",
|
||||
}
|
||||
|
||||
export enum Hair {
|
||||
BeginnerSpikes = "Beginner Spikes",
|
||||
CasualFro = "Casual Fro",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue