fix part 3

This commit is contained in:
Rana 2024-08-13 15:00:01 +01:00
parent fcd0787454
commit 7e50cb802e
4 changed files with 20 additions and 6 deletions

View file

@ -127,6 +127,10 @@ export enum Opponents {
Dicey2024 = "Dicey2024",
CakeDay = "CakeDay",
MasterOG = "MasterOG",
}
export enum CommunityOpponents {
None = "None",
Stik = "Stik",
}