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

◆ EnabledChanged

EventHandler< EventArgs > Microsoft.Xna.Framework.GameComponent.EnabledChanged
addremove

Implements Microsoft.Xna.Framework.IUpdateable.

Definition at line 38 of file GameComponent.cs.

39 {
41 add
42 {
44 if (@delegate != null && @delegate == null)
45 {
46 return;
47 }
48 }
50 remove
51 {
53 if (@delegate != null && @delegate == null)
54 {
55 return;
56 }
57 }
58 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< EventArgs > EnabledChanged
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278