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

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>
/// <remarks>
/// 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>
public TEntry? Entry
{