1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 03:31:54 +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
Unverified
parent d4cf6e100f
commit e0e222c1fa
+2 -1
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; }