mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Update with framework bindable changes
This commit is contained in:
@ -104,7 +104,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
}
|
||||
}
|
||||
|
||||
protected abstract void OnComboChange(int newCombo);
|
||||
protected abstract void OnComboChange(ValueChangedEvent<int> e);
|
||||
|
||||
protected abstract string FragmentShader { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user