mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
fix appveyor warnings
This commit is contained in:
@ -6,19 +6,17 @@ using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Game.Screens.Play.HUD;
|
||||
using osu.Game.Rulesets.Mods;
|
||||
using osu.Game.Rulesets.UI;
|
||||
using System.Collections.Generic;
|
||||
using osuTK;
|
||||
using osu.Framework.Input.Events;
|
||||
|
||||
namespace osu.Game.Screens.Select
|
||||
{
|
||||
public class FooterButtonMods : FooterButton
|
||||
{
|
||||
private readonly FooterModDisplay modDisplay;
|
||||
|
||||
public FooterButtonMods(Bindable<IEnumerable<Mod>> mods)
|
||||
{
|
||||
FooterModDisplay modDisplay;
|
||||
|
||||
Add(new Container
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
|
Reference in New Issue
Block a user