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
◆
ShowIfAttribute()
[1/2]
NaughtyAttributes.ShowIfAttribute.ShowIfAttribute
(
string
condition
)
inline
Definition at line
61
of file
ShowIfAttribute.cs
.
62
{
63
if
(condition ==
null
|| condition !=
null
)
64
{
65
return
;
66
}
67
throw
new
ArrayTypeMismatchException
();
68
}
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
NaughtyAttributes
ShowIfAttribute
Generated by
1.10.0