Make osu.Game + rulesets compile with netstandard

This commit is contained in:
smoogipoo
2017-11-19 13:46:51 +09:00
parent f461f03b08
commit d2ab0621f3
37 changed files with 169 additions and 1674 deletions

View File

@ -4,7 +4,6 @@
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Primitives;
using OpenTK;
using RectangleF = osu.Framework.Graphics.Primitives.RectangleF;