Switch to System.ComponentModel.Description

This commit is contained in:
Drew DeVault
2016-12-01 17:45:31 -05:00
parent 5456e0102c
commit cf60c52f00
8 changed files with 14 additions and 34 deletions

View File

@ -1,12 +1,14 @@
using System;
using System.ComponentModel;
namespace osu.Game.Configuration
{
public enum RankingType
{
Local,
[DisplayName("Global")]
[Description("Global")]
Top,
[DisplayName("Selected Mods")]
[Description("Selected Mods")]
SelectedMod,
Friends,
Country