mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Refactor taiko flashlight a bit
This commit is contained in:
@ -81,7 +81,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public abstract class Flashlight : Drawable
|
||||
{
|
||||
internal BindableInt Combo;
|
||||
protected internal BindableInt Combo { get; internal set; }
|
||||
private IShader shader;
|
||||
|
||||
protected override DrawNode CreateDrawNode() => new FlashlightDrawNode(this);
|
||||
|
Reference in New Issue
Block a user