Change descriptions and special section

This commit is contained in:
Joseph Madamba
2018-03-14 01:05:19 -07:00
committed by GitHub
parent d122aa80e4
commit 1eeacb7bf7
16 changed files with 7 additions and 36 deletions

View File

@ -1,8 +1,6 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Graphics;
namespace osu.Game.Rulesets.Mania.Mods
{
public class ManiaModKey7 : ManiaKeyMod
@ -10,7 +8,6 @@ namespace osu.Game.Rulesets.Mania.Mods
public override int KeyCount => 7;
public override string Name => "Seven Keys";
public override string ShortenedName => "7K";
public override FontAwesome Icon => FontAwesome.fa_question;
public override string Description => @"Play with seven keys.";
}
}