mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Use expression body in ModsJson get accessor
This commit is contained in:
parent
5a4b0174b1
commit
a60ff80c04
@ -86,10 +86,7 @@ namespace osu.Game.Scoring
|
||||
[Column("Mods")]
|
||||
public string ModsJson
|
||||
{
|
||||
get
|
||||
{
|
||||
return modsJson;
|
||||
}
|
||||
get => modsJson;
|
||||
set
|
||||
{
|
||||
modsJson = value;
|
||||
|
Loading…
Reference in New Issue
Block a user