mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
missing icons and add difficulties
This commit is contained in:
@@ -30,5 +30,10 @@ export interface RawMapDifficulty {
|
||||
_difficultyRank: string,
|
||||
_beatmapFilename: string,
|
||||
_noteJumpMovementSpeed: number,
|
||||
_noteJumpStartBeatOffset: number
|
||||
_noteJumpStartBeatOffset: number,
|
||||
_customData?: RawMapDifficultyCustomData
|
||||
}
|
||||
|
||||
export interface RawMapDifficultyCustomData {
|
||||
_difficultyLabel?: string
|
||||
}
|
||||
Reference in New Issue
Block a user