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

◆ UpdatingLoading()

static void Microsoft.Xna.Framework.Content.ThreadContentRequest.UpdatingLoading ( )
inlinestatic

Definition at line 85 of file ThreadContentRequest.cs.

86 {
87 int num = 1;
88 if (num == 0)
89 {
90 }
91 if (num != 0)
92 {
93 ContentManager.UpdateAysncLoad();
94 return;
95 }
96 throw new MissingMethodException();
97 }

References Microsoft.Xna.Framework.Content.ContentManager.UpdateAysncLoad().

Referenced by XNAUnityRunner.ExecuteFrame().