1
0
mirror of https://github.com/ppy/osu synced 2025-02-20 20:47:09 +00:00
osu/osu.Game.Rulesets.Osu/Mods/OsuModPerfect.cs

12 lines
281 B
C#

// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Mods;
namespace osu.Game.Rulesets.Osu.Mods
{
public class OsuModPerfect : ModPerfect
{
}
}