namespace osu.Game.Rulesets.Mods { public interface IMod { /// /// The shortened name of this mod. /// string Acronym { get; } } }