Update docs

This commit is contained in:
Soreepeong 2024-02-22 03:38:23 +09:00
parent 2920d18afa
commit 71bb02347f

View file

@ -132,6 +132,6 @@ public partial interface ITextureProvider
/// Get a texture handle for the specified Lumina <see cref="TexFile"/>.
/// </summary>
/// <param name="file">The texture to obtain a handle to.</param>
/// <returns>A texture wrap that can be used to render the texture.</returns>
/// <returns>A texture wrap that can be used to render the texture. Dispose after use.</returns>
public IDalamudTextureWrap GetTexture(TexFile file);
}