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

Include mention of what to do when not using field in xmldoc

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2023-09-28 22:10:30 +09:00 committed by GitHub
parent d4cf6e100f
commit e0e222c1fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,9 @@ namespace osu.Game.Rulesets.Mods
string Name { get; }
/// <summary>
/// Short import information to display on the mod icon. For example, a rate adjust mod's rate
/// Short important information to display on the mod icon. For example, a rate adjust mod's rate
/// or similarly important setting.
/// Use <see cref="string.Empty"/> if the icon should not display any additional info.
/// </summary>
string ExtendedIconInformation { get; }