Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetVanityTreeDrops()

static void Terraria.WorldGen.SetVanityTreeDrops ( int dropType,
Tile tileCache,
ref int dropItem )
inlinestaticprivate

Definition at line 56817 of file WorldGen.cs.

56818 {
56819 if (Main.rand.Next(2) == 0)
56820 {
56822 }
56823 }

References Terraria.Main.rand.