mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-26 06:31:48 +01:00
Add IDalamudService marker interface
This commit is contained in:
parent
7ec1de4c76
commit
d3c812ba6c
41 changed files with 81 additions and 69 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue