Add optional skin foreign key to databased settings

This commit is contained in:
Dean Herbert
2019-05-25 15:09:31 +09:00
parent 05c0df53dc
commit 31e6a4fa59
6 changed files with 565 additions and 0 deletions

View File

@ -15,6 +15,8 @@ namespace osu.Game.Configuration
public int? Variant { get; set; }
public int? SkinInfoID { get; set; }
[Column("Key")]
public int IntKey
{