This commit is contained in:
smoogipoo
2017-11-30 18:48:00 +09:00
parent 33adf569a4
commit efa39f38ca
6 changed files with 21 additions and 20 deletions

View File

@ -6,17 +6,14 @@ using System.Collections.Generic;
using System.Linq;
using OpenTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Logging;
using osu.Framework.Timing;
using osu.Game.Rulesets.Edit.Tools;
using osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.UI;
using osu.Game.Screens.Edit.Screens.Compose.RadioButtons;
using osu.Game.Screens.Play.ReplaySettings;
namespace osu.Game.Rulesets.Edit
{
@ -24,7 +21,7 @@ namespace osu.Game.Rulesets.Edit
{
private readonly Ruleset ruleset;
public HitObjectComposer(Ruleset ruleset)
protected HitObjectComposer(Ruleset ruleset)
{
this.ruleset = ruleset;