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

◆ OnDataArrive

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

Definition at line 16 of file IPCServer.cs.

17 {
18 add
19 {
21 }
22 remove
23 {
25 }
26 }
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