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

Fix xmldoc reference

This commit is contained in:
Bartłomiej Dach 2024-05-27 08:26:00 +02:00
parent 11c3d11db9
commit bdfce4b9da
No known key found for this signature in database

View File

@ -110,7 +110,7 @@ namespace osu.Game.Screens.Play
private readonly List<Drawable> hideTargets; private readonly List<Drawable> hideTargets;
/// <summary> /// <summary>
/// The container for skin components attached to <see cref="TargetArea.Playfield"/> /// The container for skin components attached to <see cref="SkinComponentsContainerLookup.TargetArea.Playfield"/>
/// </summary> /// </summary>
internal readonly Drawable PlayfieldSkinLayer; internal readonly Drawable PlayfieldSkinLayer;