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

◆ OnRejected

Action Terraria.Social.Base.UserJoinToServerRequest.OnRejected
addremoveinherited

Definition at line 67 of file UserJoinToServerRequest.cs.

68 {
70 add
71 {
72 if (Delegate.Combine(this.OnRejected, value) != null)
73 {
74 }
75 }
77 remove
78 {
79 if (Delegate.Remove(this.OnRejected, value) != null)
80 {
81 }
82 }
83 }
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

Referenced by Terraria.Social.Base.UserJoinToServerRequest.Reject().