1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 07:32:58 +08:00

Use expression body in ModsJson get accessor

This commit is contained in:
Roman Kapustin 2021-03-12 00:02:29 +03:00
parent 5a4b0174b1
commit a60ff80c04

View File

@ -86,10 +86,7 @@ namespace osu.Game.Scoring
[Column("Mods")] [Column("Mods")]
public string ModsJson public string ModsJson
{ {
get get => modsJson;
{
return modsJson;
}
set set
{ {
modsJson = value; modsJson = value;