mirror of
https://github.com/osukey/osukey.git
synced 2025-06-02 11:27:23 +09:00
9 lines
157 B
C#
9 lines
157 B
C#
using osu.Game.Rulesets.Objects;
|
|
|
|
namespace osu.Game.Rulesets.Mania.Objects
|
|
{
|
|
public class Barline : HitObject
|
|
{
|
|
public bool IsMajor;
|
|
}
|
|
} |