mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add back ctor doc
This commit is contained in:
@ -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}"/>.
|
||||
/// Must be a type deriving <see cref="SettingsItem{T}"/> with a public parameterless constructor.
|
||||
/// </remarks>
|
||||
public Type? SettingControlType { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user