add map stats from beat saver
This commit is contained in:
@ -1 +0,0 @@
|
||||
export type Difficulty = "Easy" | "Normal" | "Hard" | "Expert" | "Expert+" | "Unknown";
|
1
projects/common/src/score/map-difficulty.ts
Normal file
1
projects/common/src/score/map-difficulty.ts
Normal file
@ -0,0 +1 @@
|
||||
export type MapDifficulty = "Easy" | "Normal" | "Hard" | "Expert" | "ExpertPlus" | "Unknown";
|
@ -1,4 +1,4 @@
|
||||
import { BeatSaverMap } from "../model/beatsaver/beatsaver-map";
|
||||
import { BeatSaverMap } from "../model/beatsaver/map";
|
||||
|
||||
export interface PlayerScore<S, L> {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user