private static void SpawnOnTaxSpot(FCEvent evt) { MakeDeliveryLetterAndMessage(evt); evt.goods.ForEach(thing => PaymentUtil.placeThing(thing)); }