1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-10 18:10:46 +09:00

Move textboxes

This commit is contained in:
StanR 2022-07-21 02:35:50 +03:00
parent 2ce4e314b4
commit e55d220dad
17 changed files with 19 additions and 16 deletions

View file

@ -5,7 +5,7 @@ using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using PerformanceCalculatorGUI.Components;
using PerformanceCalculatorGUI.Components.TextBoxes;
namespace PerformanceCalculatorGUI.Screens.ObjectInspection
{