예제 #1
0
 public Builder mergeFrom(com.hifun.soul.proto.common.Skills.CarriedSkill other) {
   if (other == com.hifun.soul.proto.common.Skills.CarriedSkill.getDefaultInstance())
     return this;
   if (other.hasSkillId()) {
     setSkillId(other.getSkillId());
   }
   if (other.hasSlotIndex()) {
     setSlotIndex(other.getSlotIndex());
   }
   if (other.hasSkillState()) {
     setSkillState(other.getSkillState());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }
예제 #2
0
 public com.hifun.soul.proto.common.Skills.CarriedSkill getDefaultInstanceForType() {
   return com.hifun.soul.proto.common.Skills.CarriedSkill.getDefaultInstance();
 }