Merge branch 'apply-to-track' into adjustable-double-time

This commit is contained in:
Dean Herbert
2019-12-09 17:45:19 +09:00
14 changed files with 54 additions and 85 deletions

View File

@ -10,7 +10,7 @@ using osu.Game.Graphics;
namespace osu.Game.Rulesets.Mods
{
public abstract class ModHalfTime : ModTimeAdjust, IApplicableToClock
public abstract class ModHalfTime : ModTimeAdjust
{
public override string Name => "Half Time";
public override string Acronym => "HT";