Add HitObjectComposer class

This commit is contained in:
smoogipoo
2017-11-29 16:22:11 +09:00
parent ce42aef924
commit 8c30fd490c
10 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,10 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Rulesets.Edit
{
public class HitObjectComposer
{
}
}