Move JsonIgnore specification to interface

This commit is contained in:
Dean Herbert
2018-11-30 16:39:25 +09:00
parent 58293c3eae
commit e82ad3539b
5 changed files with 2 additions and 8 deletions

View File

@ -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; }