Apply review suggestions.

This commit is contained in:
Lucas A
2020-09-28 19:05:22 +02:00
parent 6efc4c4250
commit 35f7de2084
3 changed files with 11 additions and 7 deletions

View File

@ -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"/>.