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

◆ GetItemSource_FromTileBreak()

static IEntitySource Terraria.WorldGen.GetItemSource_FromTileBreak ( int x,
int y )
inlinestatic

Definition at line 63558 of file WorldGen.cs.

63559 {
63560 return new EntitySource_TileBreak(x, y);
63561 }

Referenced by Terraria.ModLoader.TileLoader.GetItemDrops().

+ Here is the caller graph for this function: