mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add more decoding (including full BeatmapMetadata)
This commit is contained in:
committed by
Dean Herbert
parent
2a3f047895
commit
32ab8f97bb
@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user