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

◆ AddComponent< T >()

Type Constraints
T :Component 

Definition at line 202 of file GameObject.cs.

202 : Component
203 {
204 Component component;
205 while (component != null)
206 {
207 if (component == null)
208 {
209 throw new InvalidCastException();
210 }
211 }
212 }