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