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

@ -3,7 +3,7 @@
using System.Linq;
using osu.Framework.Graphics;
using osu.Game.Rulesets.Catch.Objects.Drawable;
using osu.Game.Rulesets.Catch.Objects.Drawables;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Objects.Drawables;