mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Exposed public ability to unproxy content
This commit is contained in:
@ -76,6 +76,8 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
/// </summary>
|
||||
public Drawable CreateProxiedContent() => proxiedContent.CreateProxy();
|
||||
|
||||
public void RemoveProxiedContent() => UnproxyContent();
|
||||
|
||||
public abstract bool OnPressed(TaikoAction action);
|
||||
|
||||
public virtual void OnReleased(TaikoAction action)
|
||||
|
Reference in New Issue
Block a user