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

◆ Reject()

void Terraria.Social.Base.UserJoinToServerRequest.Reject ( )
inlineinherited

Definition at line 106 of file UserJoinToServerRequest.cs.

107 {
109 if (onRejected != null)
110 {
111 IntPtr invoke_impl = onRejected.invoke_impl;
112 IntPtr method_code = onRejected.method_code;
113 IntPtr method = onRejected.method;
114 return;
115 }
116 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Terraria.Social.Base.UserJoinToServerRequest.OnRejected.

Referenced by Terraria.UI.InGamePopups.PlayerWantsToJoinGamePopup.OnMouseOver().