コード例 #1
0
 public override void PlaceInWorld(int i, int j, int type, Item item)
 {
     item.consumable = !Main.LocalPlayer.GetModPlayer <BEPlayer>().InfinitePlacement;
     HelperMethods.MirrorPlacement(i, j, item.type);
 }