Skip to content

Commit

Permalink
Update EzIPC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Limiana committed Apr 18, 2024
1 parent 515433f commit f11764e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ECommons/EzIpcManager/EzIPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class IPCProvider()
//Internal plugin name is MyPlugin
public IPCProvider()
{
EzIPC.Init();
EzIPC.Init(this);
}

[EzIPC]
Expand All @@ -31,7 +31,7 @@ public class IPCSubscriber()
{
public IPCSubscriber()
{
EzIPC.Init("MyPlugin");
EzIPC.Init(this, "MyPlugin");
}

[EzIPC] public readonly Action MyIPCAction; //retrieves delegate for MyPlugin.MyIPCAction
Expand Down

0 comments on commit f11764e

Please sign in to comment.