mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
Add ruleset foreign key
This commit is contained in:
parent
ed02847752
commit
41a8a12df3
@ -36,6 +36,8 @@ namespace osu.Game.Scoring
|
|||||||
|
|
||||||
public int Combo { get; set; }
|
public int Combo { get; set; }
|
||||||
|
|
||||||
|
public int RulesetID { get; set; }
|
||||||
|
|
||||||
public RulesetInfo Ruleset { get; set; }
|
public RulesetInfo Ruleset { get; set; }
|
||||||
|
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user