Add empty juice stream placement blueprint (no implementation)

This commit is contained in:
ekrctb
2021-07-22 15:20:33 +09:00
parent e8aaf4df16
commit 2beef89c23
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,11 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Catch.Objects;
namespace osu.Game.Rulesets.Catch.Edit.Blueprints
{
public class JuiceStreamPlacementBlueprint : CatchPlacementBlueprint<JuiceStream>
{
}
}