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:
parent
5a4b0174b1
commit
a60ff80c04
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user