Beispiel #1
0
 public Builder mergeFrom(D3.GameBalance.GBHandle.Handle other) {
   if (other == D3.GameBalance.GBHandle.Handle.getDefaultInstance()) return this;
   if (other.hasGameBalanceType()) {
     setGameBalanceType(other.getGameBalanceType());
   }
   if (other.hasGbid()) {
     setGbid(other.getGbid());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }
Beispiel #2
0
 public int getGameBalanceType() {
   return result.getGameBalanceType();
 }