1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Fix all local tests

This commit is contained in:
Craftplacer 2020-04-24 07:57:16 +02:00
parent 7091d47464
commit 84aa37d7c3
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,7 @@
using osu.Framework.Allocation;
// 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.Audio.Track;
using osu.Framework.Bindables;
using osu.Framework.Graphics;

View File

@ -1,4 +1,7 @@
using osu.Framework.Allocation;
// 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.Animations;
using osu.Framework.Graphics.Textures;

View File

@ -284,7 +284,7 @@ namespace osu.Game.Rulesets.Taiko.UI
}
}
class ProxyContainer : LifetimeManagementContainer
internal class ProxyContainer : LifetimeManagementContainer
{
public new MarginPadding Padding
{