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

◆ GetCustomAttribute() [1/3]

static Attribute System.Attribute.GetCustomAttribute ( Assembly element,
Type attributeType )
inlinestaticinherited

Definition at line 250 of file Attribute.cs.

251 {
252 Attribute attribute;
253 return attribute;
254 }