mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
Change JudgementCountController
to a Component
This commit is contained in:
parent
113b570bd4
commit
de23a4691e
@ -5,7 +5,7 @@ using System.Collections.Generic;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Bindables;
|
using osu.Framework.Bindables;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Rulesets;
|
using osu.Game.Rulesets;
|
||||||
using osu.Game.Rulesets.Judgements;
|
using osu.Game.Rulesets.Judgements;
|
||||||
using osu.Game.Rulesets.Scoring;
|
using osu.Game.Rulesets.Scoring;
|
||||||
@ -16,7 +16,7 @@ namespace osu.Game.Screens.Play.HUD.JudgementCounter
|
|||||||
/// Keeps track of judgements for a current play session, exposing bindable counts which can
|
/// Keeps track of judgements for a current play session, exposing bindable counts which can
|
||||||
/// be used for display purposes.
|
/// be used for display purposes.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public partial class JudgementCountController : CompositeDrawable
|
public partial class JudgementCountController : Component
|
||||||
{
|
{
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private ScoreProcessor scoreProcessor { get; set; } = null!;
|
private ScoreProcessor scoreProcessor { get; set; } = null!;
|
||||||
|
Loading…
Reference in New Issue
Block a user