1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 05:22:54 +08:00

Make base class abstract and add documentation

This commit is contained in:
Dean Herbert 2019-01-25 11:11:40 +09:00
parent 3495aa645f
commit 490fb86f9e

View File

@ -3,7 +3,10 @@
namespace osu.Game.Tests.Visual
{
public class TestCaseRateAdjustedBeatmap : ScreenTestCase
/// <summary>
/// Test case which adjusts the beatmap's rate to match any speed adjustments in visual tests.
/// </summary>
public abstract class TestCaseRateAdjustedBeatmap : ScreenTestCase
{
protected override void Update()
{