// sendGiftDroids()// We give selected droid(s) as a gift to another player./// \param from :player that sent us the droid// \param to :player that should be getting the droidstaticvoidsendGiftDroids(uint8_tfrom,uint8_tto){ DROID *next, *psD;uint8_tgiftType = DROID_GIFT;uin...