mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 05:59:53 +08:00
Add ignore rules on more helper properties
This commit is contained in:
@@ -20,12 +20,14 @@ namespace osu.Game.Input.Bindings
|
||||
|
||||
public int? Variant { get; set; }
|
||||
|
||||
[Ignored]
|
||||
public KeyCombination KeyCombination
|
||||
{
|
||||
get => KeyCombinationString;
|
||||
set => KeyCombinationString = value.ToString();
|
||||
}
|
||||
|
||||
[Ignored]
|
||||
public object Action
|
||||
{
|
||||
get => ActionInt;
|
||||
|
||||
@@ -104,6 +104,7 @@ namespace osu.Game.Scoring
|
||||
}
|
||||
}
|
||||
|
||||
[Ignored]
|
||||
public ScoreRank Rank
|
||||
{
|
||||
get => (ScoreRank)RankInt;
|
||||
|
||||
Reference in New Issue
Block a user