mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Remove unused resolved member
This commit is contained in:
parent
5e9fb1063a
commit
f973befcd4
@ -1,7 +1,6 @@
|
||||
// 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.
|
||||
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Game.Graphics;
|
||||
@ -13,9 +12,6 @@ namespace osu.Game.Rulesets.Judgements
|
||||
{
|
||||
public partial class DefaultJudgementPiece : JudgementPiece, IAnimatableJudgement
|
||||
{
|
||||
[Resolved]
|
||||
private OsuColour colours { get; set; } = null!;
|
||||
|
||||
public DefaultJudgementPiece(HitResult result)
|
||||
: base(result)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user