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

◆ Instantiate< T >() [1/2]

static T UnityEngine.Object.Instantiate< T > ( T original)
inlinestaticinherited
Type Constraints
T :Object 

Definition at line 122 of file Object.cs.

122 : Object
123 {
124 Object @object;
125 do
126 {
127 if (!true)
128 {
129 }
130 if (@object == null)
131 {
132 return;
133 }
134 }
135 while (@object != null);
136 throw new InvalidCastException();
137 }