Fix comment placement.

This commit is contained in:
Drezi126
2017-06-08 00:17:58 +02:00
parent 286097d8bd
commit 9d915a691d

View File

@ -3,11 +3,11 @@
using osu.Game.Rulesets.Osu.OsuDifficulty.Preprocessing;
/// <summary>
/// Represents the skill required to press keys with regards to keeping up with the speed at which objects need to be hit.
/// </summary>
namespace osu.Game.Rulesets.Osu.OsuDifficulty.Skills
{
/// <summary>
/// Represents the skill required to press keys with regards to keeping up with the speed at which objects need to be hit.
/// </summary>
public class Speed : Skill
{
protected override double SkillMultiplier => 1400;