1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:07:44 +08:00

More usings

This commit is contained in:
DrabWeb 2017-03-14 11:23:48 -03:00
parent 78aedb4518
commit 4c03b62a75
2 changed files with 0 additions and 3 deletions

View File

@ -1,8 +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.ComponentModel;
namespace osu.Game.Modes
{
public enum ScoreRank

View File

@ -6,7 +6,6 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osu.Framework.Extensions;
using osu.Game.Modes;
using System;