mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Event -> virtual method
This commit is contained in:
@ -29,9 +29,9 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
{
|
||||
protected override GameplayCursorContainer CreateCursor() => null;
|
||||
|
||||
public OsuEditPlayfield()
|
||||
protected override void OnNewDrawableHitObject(DrawableHitObject d)
|
||||
{
|
||||
OnNewDrawableHitObject += d => d.ApplyCustomUpdateState += updateState;
|
||||
d.ApplyCustomUpdateState += updateState;
|
||||
}
|
||||
|
||||
private const double editor_hit_object_fade_out_extension = 700;
|
||||
|
Reference in New Issue
Block a user