mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Add back ctor doc
This commit is contained in:
parent
04454062b7
commit
05bd6ee50c
@ -38,7 +38,7 @@ namespace osu.Game.Configuration
|
|||||||
/// The type of the settings control which handles this setting source.
|
/// The type of the settings control which handles this setting source.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <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>
|
/// </remarks>
|
||||||
public Type? SettingControlType { get; set; }
|
public Type? SettingControlType { get; set; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user