if (data.developmentCards != null) {
      for (propName in data.developmentCards) {
        player.developmentCards[propName] = data.developmentCards[propName];
      }
    }