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

◆ SubmitLoadedContent()

void ReLogic.Content.Asset< T >.SubmitLoadedContent ( T value,
IContentSource source )
inlinepackage

Definition at line 132 of file Asset.cs.

133 {
134 while (value == null)
135 {
136 }
137 if (this != null)
138 {
139 return;
140 }
141 }

References System.value.