Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OnDataArrive

override Action<byte[]> Terraria.Social.WeGame.IPCClient.OnDataArrive
addremove

Definition at line 14 of file IPCClient.cs.

15 {
16 add
17 {
19 }
20 remove
21 {
23 }
24 }
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379
Action< byte[]> _onDataArrive
Definition IPCBase.cs:29