Map beatmap md5 from online response to BeatmapInfo.

This commit is contained in:
Dean Herbert 2017-04-11 13:44:55 +09:00
parent 4aadd3a8f8
commit 24fea2809b
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ public class BeatmapInfo : IEquatable<BeatmapInfo>, IJsonSerializable
public string Path { get; set; }
[JsonProperty("file_md5")]
public string Hash { get; set; }
// General