mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add some comments
This commit is contained in:
@ -17,6 +17,10 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
/// </summary>
|
||||
public class CatcherTrailDisplay : CompositeDrawable
|
||||
{
|
||||
/// <summary>
|
||||
/// The most recent dash trail added in this container.
|
||||
/// Only alive (not faded out) trails are considered.
|
||||
/// </summary>
|
||||
[CanBeNull]
|
||||
public CatcherTrail LastDashTrail => dashTrails.Concat(hyperDashTrails)
|
||||
.OrderByDescending(trail => trail.LifetimeStart)
|
||||
|
Reference in New Issue
Block a user