mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Exposed public ability to unproxy content
This commit is contained in:
parent
44405d4771
commit
26779a57b4
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user