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

◆ Deactivated

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

Definition at line 160 of file Game.cs.

161 {
163 add
164 {
166 if (@delegate != null && @delegate == null)
167 {
168 return;
169 }
170 }
172 remove
173 {
175 if (@delegate != null && @delegate == null)
176 {
177 return;
178 }
179 }
180 }
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 > Deactivated
Definition Game.cs:161