public Builder mergeFrom(
     com.xinqihd.sns.gameserver.proto.XinqiBseHarvestTree.BseHarvestTree other) {
   if (other
       == com.xinqihd.sns.gameserver.proto.XinqiBseHarvestTree.BseHarvestTree
           .getDefaultInstance()) return this;
   if (other.hasMetalGive()) {
     setMetalGive(other.getMetalGive());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }
 public com.xinqihd.sns.gameserver.proto.XinqiBseHarvestTree.BseHarvestTree
     getDefaultInstanceForType() {
   return com.xinqihd.sns.gameserver.proto.XinqiBseHarvestTree.BseHarvestTree
       .getDefaultInstance();
 }