mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
CallGate should not be registered.
This commit is contained in:
parent
9f834b0a48
commit
4a71a0d490
1 changed files with 1 additions and 5 deletions
|
|
@ -2,8 +2,6 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
using Dalamud.IoC;
|
||||
using Dalamud.IoC.Internal;
|
||||
using Serilog;
|
||||
|
||||
#pragma warning disable SA1201 // Elements should appear in the correct order
|
||||
|
|
@ -14,9 +12,7 @@ namespace Dalamud.Plugin
|
|||
/// <summary>
|
||||
/// This class facilitates inter-plugin communication.
|
||||
/// </summary>
|
||||
[PluginInterface]
|
||||
[InterfaceVersion("1.0")]
|
||||
public class CallGate
|
||||
internal class CallGate
|
||||
{
|
||||
private Dictionary<string, CallGateBase> gates = new();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue