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

◆ layer

int UnityEngine.GameObject.layer
getset

Definition at line 228 of file GameObject.cs.

229 {
230 get
231 {
232 throw new MissingMethodException();
233 }
234 set
235 {
236 throw new MissingMethodException();
237 }
238 }