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

◆ Disposed

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

Definition at line 185 of file Game.cs.

186 {
188 add
189 {
191 if (@delegate != null && @delegate == null)
192 {
193 return;
194 }
195 }
197 remove
198 {
200 if (@delegate != null && @delegate == null)
201 {
202 return;
203 }
204 }
205 }
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 > Disposed
Definition Game.cs:186