mirror of
https://github.com/ppy/osu.git
synced 2026-06-06 02:53:40 +08:00
updates
This commit is contained in:
@@ -14,6 +14,10 @@ namespace Symcol.Rulesets.Core.HitObjects
|
||||
public abstract class DrawableSymcolHitObject<TObject> : DrawableHitObject<TObject>
|
||||
where TObject : HitObject
|
||||
{
|
||||
//Future prep?
|
||||
public override void ClearTransformsAfter(double time, bool propagateChildren = false, string targetMember = null) { }
|
||||
public override void ApplyTransformsAt(double time, bool propagateChildren = false) { }
|
||||
|
||||
protected virtual Container<Drawable> Content => new Container();
|
||||
|
||||
public IReadOnlyList<Drawable> Children
|
||||
|
||||
Reference in New Issue
Block a user