Added arena brawl stats card

This commit is contained in:
2025-09-20 19:57:05 +02:00
parent a874f586fb
commit eaf0e02d28
10 changed files with 249 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
export const ARENABRAWLMODES = [
{ id: "1v1", name: "1v1" },
{ id: "2v2", name: "2v2" },
{ id: "4v4", name: "4v4" }
] as const