1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 01:42:55 +08:00

Add ruleset foreign key

This commit is contained in:
smoogipoo 2018-11-28 17:26:46 +09:00
parent ed02847752
commit 41a8a12df3

View File

@ -36,6 +36,8 @@ namespace osu.Game.Scoring
public int Combo { get; set; }
public int RulesetID { get; set; }
public RulesetInfo Ruleset { get; set; }
[NotMapped]