1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Remove returns xmldoc

This commit is contained in:
Dan Balasescu 2020-07-16 15:55:35 +09:00 committed by GitHub
parent c42b315abb
commit ab477c3be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,6 @@ namespace osu.Game.Rulesets.Catch.UI
/// <summary>
/// Creates proxied content to be displayed beneath hitobjects.
/// </summary>
/// <returns></returns>
public Drawable CreateProxiedContent() => caughtFruitContainer.CreateProxy();
/// <summary>