Create PerformanceAttributes

This commit is contained in:
StanR
2021-12-21 13:08:31 +03:00
parent 2f2006715e
commit cca02a8016
12 changed files with 119 additions and 43 deletions

View File

@ -0,0 +1,11 @@
// 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.Difficulty;
namespace osu.Game.Rulesets.Catch.Difficulty
{
public class CatchPerformanceAttributes : PerformanceAttributes
{
}
}