terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnRequestAdded

ServerJoinRequestEvent Terraria.Social.Base.ServerJoinRequestsManager.OnRequestAdded
addremove

Definition at line 15 of file ServerJoinRequestsManager.cs.

16 {
18 add
19 {
20 if (Delegate.Combine(this.OnRequestAdded, value) != null)
21 {
22 }
23 }
25 remove
26 {
27 if (Delegate.Remove(this.OnRequestAdded, value) != null)
28 {
29 }
30 }
31 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278