mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Remove now unused property
This commit is contained in:
@ -15,11 +15,6 @@ namespace osu.Game.Rulesets.Mania.Beatmaps
|
||||
/// </summary>
|
||||
public int Columns;
|
||||
|
||||
/// <summary>
|
||||
/// Whether this stage has a special column.
|
||||
/// </summary>
|
||||
public bool HasSpecialColumn => Columns % 2 == 1;
|
||||
|
||||
/// <summary>
|
||||
/// Whether the column index is a special column for this stage.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user