Add explicit CentreHit/RimHit classes.

This commit is contained in:
smoogipooo
2017-03-30 15:51:16 +09:00
parent ff325ac330
commit cf4d11c51c
6 changed files with 25 additions and 16 deletions

View File

@ -0,0 +1,9 @@
// 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.Modes.Taiko.Objects
{
public class CentreHit : Hit
{
}
}