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

◆ Enabled

bool Microsoft.Xna.Framework.GameComponent.Enabled
getset

Implements Microsoft.Xna.Framework.IUpdateable.

Definition at line 100 of file GameComponent.cs.

101 {
102 get
103 {
104 return this._enabled;
105 }
106 set
107 {
109 if (true)
110 {
111 if (enabledChanged != null)
112 {
113 }
114 return;
115 }
116 while (enabledChanged != null)
117 {
118 }
119 }
120 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< EventArgs > EnabledChanged