1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 02:32:59 +08:00

Fix up xmldoc

This commit is contained in:
smoogipoo 2021-04-28 03:52:59 +09:00
parent 4e3ee77396
commit 04454062b7

View File

@ -38,7 +38,7 @@ namespace osu.Game.Configuration
/// The type of the settings control which handles this setting source.
/// </summary>
/// <remarks>
/// Must be a type deriving <see cref="SettingsItem{T}"/> with a public constructor.
/// Must be a type deriving <see cref="SettingsItem{T}"/>.
/// </remarks>
public Type? SettingControlType { get; set; }