calculator players
This commit is contained in:
@@ -15,7 +15,7 @@ type LevelCalculatorConfig = {
|
||||
compressTo?: number;
|
||||
}
|
||||
|
||||
type LevelCalculatorOutput = {
|
||||
export type LevelCalculatorOutput = {
|
||||
player: number,
|
||||
attributes: Record<Attribute, number>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user