mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
Properties are unnecessary
This commit is contained in:
parent
fe00ac7e41
commit
8ee13ef0ae
@ -20,12 +20,12 @@ namespace osu.Game.Rulesets.Judgements
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The combo prior to this judgement occurring.
|
/// The combo prior to this judgement occurring.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal int ComboAtJudgement { get; set; }
|
internal int ComboAtJudgement;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The highest combo achieved prior to this judgement occurring.
|
/// The highest combo achieved prior to this judgement occurring.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal int HighestComboAtJudgement { get; set; }
|
internal int HighestComboAtJudgement;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether a successful hit occurred.
|
/// Whether a successful hit occurred.
|
||||||
|
Loading…
Reference in New Issue
Block a user