mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Introduce base class for hitobjects that can be strong
This commit is contained in:
@ -17,8 +17,6 @@ namespace osu.Game.Rulesets.Taiko.Objects
|
||||
set => Duration = value - StartTime;
|
||||
}
|
||||
|
||||
public override bool CanBeStrong => false;
|
||||
|
||||
public double Duration { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user