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

◆ OnDataArrive

virtual Action<byte[]> Terraria.Social.WeGame.IPCBase.OnDataArrive
addremove

Definition at line 33 of file IPCBase.cs.

34 {
35 add
36 {
38 }
39 remove
40 {
42 }
43 }
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