1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 21:07:33 +08:00

Moved JsonProperty file_md5 and added file_sha2

This commit is contained in:
tgi74000 2017-08-09 08:36:15 +02:00
parent 3d4db427ff
commit a751c19cf7

View File

@ -49,9 +49,10 @@ namespace osu.Game.Beatmaps
public string Path { get; set; }
[JsonProperty("file_md5")]
[JsonProperty("file_sha2")]
public string Hash { get; set; }
[JsonProperty("file_md5")]
public string MD5Hash { get; set; }
// General