Interface ICallGateSubscriber<T1, T2, T3, TRet>
This class facilitates inter-plugin communication.
Assembly: Dalamud.dll
View Source
Declaration
public interface ICallGateSubscriber<T1, T2, T3, TRet>
Methods
Subscribe(Action<T1, T2, T3>)
Subscribe an expression to this registration.