Update localisable formattable extensions usages inline with framework change

This commit is contained in:
Salman Ahmed
2021-08-29 15:00:28 +03:00
parent 7122f48568
commit e374ef163d
25 changed files with 25 additions and 10 deletions

View File

@ -2,9 +2,9 @@
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Extensions.LocalisationExtensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Localisation;
using osu.Game.Beatmaps;
using osu.Game.Graphics;
using osu.Game.Graphics.Sprites;