Use the old naming style for now.

This commit is contained in:
Dean Herbert
2016-09-26 15:07:29 +09:00
parent ae100e3137
commit f0284ce57c
13 changed files with 20 additions and 20 deletions

View File

@ -3,7 +3,7 @@
namespace osu.Game.Beatmaps.Objects.Catch
{
public abstract class CatchBaseHit : BaseHit
public abstract class CatchBaseHit : HitObject
{
public float Position;
}