mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +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>
|
||||
public Drawable CreateProxiedContent() => proxiedContent.CreateProxy();
|
||||
|
||||
public void RemoveProxiedContent() => UnproxyContent();
|
||||
|
||||
public abstract bool OnPressed(TaikoAction action);
|
||||
|
||||
public virtual void OnReleased(TaikoAction action)
|
||||
|
Loading…
Reference in New Issue
Block a user