mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 13:57:43 +01:00
Fix namespaces
This commit is contained in:
parent
656683b233
commit
0d4bfb89f1
3 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ using Dalamud.Plugin.Ipc.Internal;
|
|||
|
||||
#pragma warning disable SA1402 // File may only contain a single type
|
||||
|
||||
namespace Dalamud.Plugin
|
||||
namespace Dalamud.Plugin.Ipc
|
||||
{
|
||||
/// <inheritdoc cref="CallGatePubSubBase"/>
|
||||
public interface ICallGateProvider<TRet>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ using Dalamud.Plugin.Ipc.Internal;
|
|||
|
||||
#pragma warning disable SA1402 // File may only contain a single type
|
||||
|
||||
namespace Dalamud.Plugin
|
||||
namespace Dalamud.Plugin.Ipc
|
||||
{
|
||||
/// <inheritdoc cref="CallGatePubSubBase"/>
|
||||
public interface ICallGateSubscriber<TRet>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue