Add the ability to add new ControlPoint types to existing groups

This commit is contained in:
Dean Herbert
2019-10-27 15:19:36 +09:00
parent de69665a46
commit 0fba272e78
9 changed files with 346 additions and 214 deletions

View File

@ -17,6 +17,11 @@ namespace osu.Game.Tests.Visual.Editor
{
typeof(ControlPointTable),
typeof(ControlPointSettings),
typeof(Section<>),
typeof(TimingSection),
typeof(EffectSection),
typeof(SampleSection),
typeof(DifficultySection),
typeof(RowAttribute)
};