mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix some base classes not being abstract.
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
namespace osu.Game.Beatmaps.Objects.Catch
|
namespace osu.Game.Beatmaps.Objects.Catch
|
||||||
{
|
{
|
||||||
class CatchBaseHit : BaseHit
|
public abstract class CatchBaseHit : BaseHit
|
||||||
{
|
{
|
||||||
public float Position;
|
public float Position;
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
namespace osu.Game.Beatmaps.Objects.Mania
|
namespace osu.Game.Beatmaps.Objects.Mania
|
||||||
{
|
{
|
||||||
class ManiaBaseHit : BaseHit
|
public abstract class ManiaBaseHit : BaseHit
|
||||||
{
|
{
|
||||||
public int Column;
|
public int Column;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user