1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22:55 +08:00

Properties are unnecessary

This commit is contained in:
smoogipoo 2017-11-02 21:33:31 +09:00
parent fe00ac7e41
commit 8ee13ef0ae

View File

@ -20,12 +20,12 @@ namespace osu.Game.Rulesets.Judgements
/// <summary>
/// The combo prior to this judgement occurring.
/// </summary>
internal int ComboAtJudgement { get; set; }
internal int ComboAtJudgement;
/// <summary>
/// The highest combo achieved prior to this judgement occurring.
/// </summary>
internal int HighestComboAtJudgement { get; set; }
internal int HighestComboAtJudgement;
/// <summary>
/// Whether a successful hit occurred.