1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 02:53:40 +08:00
This commit is contained in:
Shawdooow
2018-03-22 10:07:57 -04:00
Unverified
parent f3febf5010
commit 41692740f6
14 changed files with 49 additions and 57 deletions
@@ -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