fully load local maps, and prepare bsaver map infos

This commit is contained in:
MathieuG-P
2022-11-06 01:38:31 +01:00
parent df4df8add1
commit 5e2dd10035
14 changed files with 200 additions and 24 deletions
+15
View File
@@ -0,0 +1,15 @@
export { RawMapInfoData, RawMapDifficulty, RawDifficultySet } from "./raw-map.model";
export { ExportVersionMapsOption } from "./export-version-maps.model";
export {
BsvInstant,
BsvMapDetail,
BsvMapDetailMetadata,
BsvMapDifficulty,
BsvMapParitySummary,
BsvMapStats,
BsvMapTestplay,
BsvMapVersion,
BsvUserDetail
} from "./beat-saver.model";