mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Let's not rename columns yet
This commit is contained in:
@ -10,9 +10,9 @@ namespace osu.Game.Input.Bindings
|
||||
public class DatabasedKeyBinding : KeyBinding
|
||||
{
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public int Id { get; set; }
|
||||
public int ID { get; set; }
|
||||
|
||||
public int? RulesetInfoId { get; set; }
|
||||
public int? RulesetID { get; set; }
|
||||
|
||||
public int? Variant { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user