Add IDalamudService marker interface

This commit is contained in:
Haselnussbomber 2025-10-19 22:52:20 +02:00
parent 7ec1de4c76
commit d3c812ba6c
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
41 changed files with 81 additions and 69 deletions

View file

@ -32,7 +32,7 @@ namespace Dalamud.Plugin.Services;
/// <see cref="TexWidget"/>.
/// </para>
/// </remarks>
public interface ITextureProvider
public interface ITextureProvider : IDalamudService
{
/// <summary>Creates an empty texture.</summary>
/// <param name="specs">Texture specifications.</param>