Add more decoding (including full BeatmapMetadata)

This commit is contained in:
Drew DeVault
2016-10-07 15:36:20 -04:00
committed by Dean Herbert
parent 2a3f047895
commit 32ab8f97bb
6 changed files with 206 additions and 106 deletions

View File

@ -4,6 +4,7 @@
using System.Collections.Generic;
using osu.Game.Beatmaps.Objects;
using osu.Game.Beatmaps.Timing;
using osu.Game.GameModes.Play;
using osu.Game.Users;
using SQLite;
@ -26,6 +27,7 @@ namespace osu.Game.Beatmaps
public BeatmapMetadata Metadata { get; set; }
[Ignore]
public BaseDifficulty BaseDifficulty { get; set; }
public PlayMode Mode { get; set; }
public string Version { get; set; }
}
}