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

◆ name

string UnityEngine.Object.name
getsetinherited

Definition at line 82 of file Object.cs.

83 {
84 get
85 {
86 if (!true)
87 {
88 }
89 throw new MissingMethodException();
90 }
91 set
92 {
93 if (!true)
94 {
95 }
96 throw new MissingMethodException();
97 }
98 }

Referenced by UnityEngine.Mesh.PrintErrorCantAccessIndices().