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

◆ OnComponentRemoved()

void Microsoft.Xna.Framework.GameComponentCollection.OnComponentRemoved ( GameComponentCollectionEventArgs eventArgs)
inlineprivate

Definition at line 92 of file GameComponentCollection.cs.

93 {
94 if (this.ComponentRemoved != null)
95 {
96 return;
97 }
98 }
EventHandler< GameComponentCollectionEventArgs > ComponentRemoved

References Microsoft.Xna.Framework.GameComponentCollection.ComponentRemoved.