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

◆ GetBestiaryInfoCategory()

UIBestiaryEntryInfoPage.BestiaryInfoCategory Terraria.GameContent.UI.Elements.UIBestiaryEntryInfoPage.GetBestiaryInfoCategory ( IBestiaryInfoElement element)
inlineprivate

Definition at line 149 of file UIBestiaryEntryInfoPage.cs.

150 {
151 if (element != null)
152 {
153 return;
154 }
155 }