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

◆ GetNextSlot()

static int Terraria.Projectile.GetNextSlot ( )
inlinestatic

Definition at line 235 of file Projectile.cs.

236 {
237 int num;
238 do
239 {
240 num = 1;
241 if (num == 0)
242 {
243 }
244 }
245 while (num == 0);
246 return 1000;
247 }