mirror of https://github.com/ppy/osu
Map beatmap md5 from online response to BeatmapInfo.
This commit is contained in:
parent
4aadd3a8f8
commit
24fea2809b
|
@ -43,6 +43,7 @@ public class BeatmapInfo : IEquatable<BeatmapInfo>, IJsonSerializable
|
|||
|
||||
public string Path { get; set; }
|
||||
|
||||
[JsonProperty("file_md5")]
|
||||
public string Hash { get; set; }
|
||||
|
||||
// General
|
||||
|
|
Loading…
Reference in New Issue