mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
fix: Missing service types causing injection failures
This commit is contained in:
parent
6a69a6e197
commit
8ab7b59ae4
2 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue