mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Enable NRT in user profile overlay
This commit is contained in:
@ -1,11 +1,8 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
#nullable disable
|
||||
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics;
|
||||
using JetBrains.Annotations;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
@ -22,9 +19,8 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
{
|
||||
public partial class ProfileLineChart : CompositeDrawable
|
||||
{
|
||||
private APIUserHistoryCount[] values;
|
||||
private APIUserHistoryCount[] values = Array.Empty<APIUserHistoryCount>();
|
||||
|
||||
[NotNull]
|
||||
public APIUserHistoryCount[] Values
|
||||
{
|
||||
get => values;
|
||||
|
Reference in New Issue
Block a user