mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 05:19:11 +09:00
Removed un-needed unproxy method
This commit is contained in:
parent
dded4f8176
commit
c059588a09
@ -76,8 +76,6 @@ 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…
x
Reference in New Issue
Block a user