1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 09:27:34 +08:00

Formatting

This commit is contained in:
DrabWeb 2017-03-22 09:33:01 -03:00
parent 818bdd8e88
commit 5ebbc2c0ba
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.MathUtils;

View File

@ -8,7 +8,6 @@ using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Primitives;
using System.Collections.Generic;
using osu.Framework.Graphics.Transforms;
namespace osu.Game.Screens.Play