1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 11:02:57 +08:00

Fix xmldoc

This commit is contained in:
minisbett 2024-11-18 20:02:04 +01:00
parent aa5dba67e0
commit 5a989ecdd8
No known key found for this signature in database
GPG Key ID: 2DB6D529C95A0403

View File

@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Difficulty
public class PerformanceDisplayAttribute
{
/// <summary>
/// Name of the attribute property in <see cref="PerformanceAttributes"/>.
/// Name of the attribute property in <see cref="IPerformanceAttributes"/>.
/// </summary>
public string PropertyName { get; }