Refactor taiko flashlight a bit

This commit is contained in:
smoogipoo
2021-09-17 18:41:03 +09:00
parent f584d6593a
commit 2d39131202
2 changed files with 10 additions and 9 deletions

View File

@ -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);