Add xmldoc remark

This commit is contained in:
smoogipoo
2021-06-18 19:27:10 +09:00
parent 36d51d5117
commit 42c5a962fb

View File

@ -24,6 +24,7 @@ namespace osu.Game.Rulesets.Objects.Pooling
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// If a non-null value is set before loading is started, the entry is applied when the loading is completed. /// If a non-null value is set before loading is started, the entry is applied when the loading is completed.
/// It is not valid to set an entry while this <see cref="PoolableDrawableWithLifetime{TEntry}"/> is loading.
/// </remarks> /// </remarks>
public TEntry? Entry public TEntry? Entry
{ {