Improve documentation and make abstract again

This commit is contained in:
smoogipoo
2020-11-13 14:57:09 +09:00
parent a07d4a7915
commit 4236dd826d
2 changed files with 11 additions and 4 deletions

View File

@ -142,6 +142,8 @@ namespace osu.Game.Tests.Visual.Gameplay
protected override HitObjectLifetimeEntry CreateLifetimeEntry(TestHitObject hitObject) => new TestHitObjectLifetimeEntry(hitObject);
public override DrawableHitObject<TestHitObject> CreateDrawableRepresentation(TestHitObject h) => null;
protected override PassThroughInputManager CreateInputManager() => new PassThroughInputManager();
protected override Playfield CreatePlayfield() => new TestPlayfield();