fix: Missing service types causing injection failures
Some checks are pending
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions

This commit is contained in:
Kaz Wolfe 2025-11-25 10:17:12 -08:00
parent 6a69a6e197
commit 8ab7b59ae4
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
using System.Collections.Generic;
using Dalamud.Plugin.Services;
namespace Dalamud.Plugin.SelfTest;
/// <summary>
@ -44,7 +46,7 @@ namespace Dalamud.Plugin.SelfTest;
/// }
/// </code>
/// </example>
public interface ISelfTestRegistry
public interface ISelfTestRegistry : IDalamudService
{
/// <summary>
/// Registers the self-test steps for this plugin.