calculator players

This commit is contained in:
Dominic Ferrando
2025-10-13 20:25:05 -04:00
parent ba9354fede
commit 39aace7c8f
8 changed files with 665 additions and 310 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ type LevelCalculatorConfig = {
compressTo?: number;
}
type LevelCalculatorOutput = {
export type LevelCalculatorOutput = {
player: number,
attributes: Record<Attribute, number>
}