mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Apply review suggestions.
This commit is contained in:
@ -17,7 +17,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Statistics
|
||||
{
|
||||
private readonly int count;
|
||||
|
||||
protected RollingCounter<int> Counter;
|
||||
protected RollingCounter<int> Counter { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new <see cref="CounterStatistic"/>.
|
||||
|
Reference in New Issue
Block a user