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

◆ parentInternal

Transform UnityEngine.Transform.parentInternal
getsetpackage

Definition at line 143 of file Transform.cs.

144 {
145 get
146 {
147 throw new MissingMethodException();
148 }
149 set
150 {
151 throw new MissingMethodException();
152 }
153 }