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

◆ Exiting

EventHandler< EventArgs > Terraria.Server.Game.Exiting
addremove

Definition at line 210 of file Game.cs.

211 {
213 add
214 {
216 if (@delegate != null && @delegate == null)
217 {
218 return;
219 }
220 }
222 remove
223 {
225 if (@delegate != null && @delegate == null)
226 {
227 return;
228 }
229 }
230 }
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
EventHandler< EventArgs > Exiting
Definition Game.cs:211