mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Update in line with framework changes
This commit is contained in:
parent
fc5d5a7752
commit
13cabac386
@ -9,7 +9,6 @@ using osu.Framework.Allocation;
|
||||
using osu.Framework.Extensions.IEnumerableExtensions;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Framework.MathUtils;
|
||||
using osu.Framework.Screens;
|
||||
using osu.Game.Graphics;
|
||||
@ -35,7 +34,7 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
|
||||
private APIAccess api;
|
||||
private ShakeContainer registerShake;
|
||||
private IEnumerable<SpriteText> characterCheckText;
|
||||
private IEnumerable<Drawable> characterCheckText;
|
||||
|
||||
private OsuTextBox[] textboxes;
|
||||
private ProcessingOverlay processingOverlay;
|
||||
|
Loading…
Reference in New Issue
Block a user