Rename drawable namespace to avoid clashes with framework class

This commit is contained in:
Dean Herbert
2020-02-19 18:01:59 +09:00
parent e1140d7c91
commit ea0bbd2926
17 changed files with 28 additions and 28 deletions

View File

@ -10,7 +10,7 @@ using osu.Framework.Graphics.Containers;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoints;
using osu.Game.Rulesets.Catch.Objects;
using osu.Game.Rulesets.Catch.Objects.Drawable;
using osu.Game.Rulesets.Catch.Objects.Drawables;
using osu.Game.Rulesets.Catch.UI;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Objects;