mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 22:47:26 +08:00
Moved JsonProperty file_md5 and added file_sha2
This commit is contained in:
parent
3d4db427ff
commit
a751c19cf7
@ -49,9 +49,10 @@ namespace osu.Game.Beatmaps
|
|||||||
|
|
||||||
public string Path { get; set; }
|
public string Path { get; set; }
|
||||||
|
|
||||||
[JsonProperty("file_md5")]
|
[JsonProperty("file_sha2")]
|
||||||
public string Hash { get; set; }
|
public string Hash { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("file_md5")]
|
||||||
public string MD5Hash { get; set; }
|
public string MD5Hash { get; set; }
|
||||||
|
|
||||||
// General
|
// General
|
||||||
|
Loading…
Reference in New Issue
Block a user