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

◆ MemberType

override MemberTypes System.Type.MemberType
getinherited

Definition at line 278 of file Type.cs.

279 {
280 get
281 {
282 return MemberTypes.TypeInfo;
283 }
284 }