mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Properties are unnecessary
This commit is contained in:
parent
fe00ac7e41
commit
8ee13ef0ae
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user