mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Properties are unnecessary
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user