mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Move JsonIgnore specification to interface
This commit is contained in:
@ -17,7 +17,6 @@ namespace osu.Game.Scoring
|
||||
{
|
||||
public class ScoreInfo : IHasFiles<ScoreFileInfo>, IHasPrimaryKey, ISoftDelete
|
||||
{
|
||||
[JsonIgnore]
|
||||
public int ID { get; set; }
|
||||
|
||||
public ScoreRank Rank { get; set; }
|
||||
|
Reference in New Issue
Block a user