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

◆ randMoss()

static void Terraria.WorldGen.randMoss ( bool justNeon = false)
inlinestatic

Definition at line 2029 of file WorldGen.cs.

2030 {
2031 if (!true)
2032 {
2033 }
2034 UnifiedRandom genRand = WorldGen.genRand;
2035 int num = WorldGen.genRand.Next(5);
2036 int num2 = WorldGen.genRand.Next(5);
2037 int num3 = WorldGen.genRand.Next(5);
2038 }
class f__AnonymousType0<< Count > j__TPar
static UnifiedRandom genRand
Definition WorldGen.cs:38

References Terraria.WorldGen.genRand, j__TPar, and Terraria.Utilities.UnifiedRandom.Next().