Integrate into editor's compose screen

This commit is contained in:
smoogipoo
2018-03-19 20:14:46 +09:00
parent 32fecc6ff4
commit b25c564ecb
4 changed files with 26 additions and 8 deletions

View File

@ -2,6 +2,7 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Game.Beatmaps;
@ -12,6 +13,8 @@ namespace osu.Game.Tests.Visual
[TestFixture]
public class TestCaseEditorCompose : OsuTestCase
{
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(Compose) };
private readonly Random random;
private readonly Compose compose;