Remove DrumHit.

This commit is contained in:
smoogipooo 2017-03-10 14:23:57 +09:00
parent 79fffdb7ef
commit b56d7f19e0
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace osu.Game.Modes.Taiko.Objects
{
class DrumHit
{
}
}