mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +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>
|
/// </summary>
|
||||||
public Drawable CreateProxiedContent() => proxiedContent.CreateProxy();
|
public Drawable CreateProxiedContent() => proxiedContent.CreateProxy();
|
||||||
|
|
||||||
|
public void RemoveProxiedContent() => UnproxyContent();
|
||||||
|
|
||||||
public abstract bool OnPressed(TaikoAction action);
|
public abstract bool OnPressed(TaikoAction action);
|
||||||
|
|
||||||
public virtual void OnReleased(TaikoAction action)
|
public virtual void OnReleased(TaikoAction action)
|
||||||
|
Reference in New Issue
Block a user