Added uhc acordion

This commit is contained in:
2025-09-04 19:48:01 +02:00
parent ae7a6b33c9
commit 3c6e2d3a9b
4 changed files with 46 additions and 1 deletions

View File

@@ -408,5 +408,6 @@ export const buildBattleStatsSchema = z.looseObject({
export const uhcSchema = z.looseObject({
kills: z.number().default(0),
deaths: z.number().default(0),
wins: z.number().default(0)
wins: z.number().default(0),
score: z.number().default(0)
})