mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename realm persisted properties to avoid casting necessity
This commit is contained in:
@ -342,8 +342,8 @@ namespace osu.Game
|
||||
realm.Context.Add(new RealmKeyBinding
|
||||
{
|
||||
ID = Guid.NewGuid().ToString(),
|
||||
KeyCombination = dkb.KeyCombination.ToString(),
|
||||
Action = (int)dkb.Action,
|
||||
KeyCombinationString = dkb.KeyCombination.ToString(),
|
||||
ActionInt = (int)dkb.Action,
|
||||
RulesetID = dkb.RulesetID,
|
||||
Variant = dkb.Variant
|
||||
});
|
||||
|
Reference in New Issue
Block a user