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

◆ SetBestiaryNotesOnItemCache()

void GUIBestiary.SetBestiaryNotesOnItemCache ( DropRateInfo info)
inlineprivate

Definition at line 730 of file GUIBestiary.cs.

731 {
732 if (info.conditions != null)
733 {
734 while (info == null)
735 {
736 }
737 return;
738 }
739 }

References System.info.