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< T >()

Type Constraints
T :Attribute 

Definition at line 18 of file CustomAttributeExtensions.cs.

18 : Attribute
19 {
20 Attribute attribute;
21 while (attribute != null)
22 {
23 if (attribute == null)
24 {
25 throw new InvalidCastException();
26 }
27 }
28 }