Implement dates with zero count fill

This commit is contained in:
Andrei Zavatski
2020-11-14 19:17:01 +03:00
parent af174aa653
commit 02168c6c2f
2 changed files with 28 additions and 2 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
{
private UserHistoryCount[] values;
[CanBeNull]
[NotNull]
public UserHistoryCount[] Values
{
get => values;