mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 16:43:43 +08:00
update gc 3.4 (#2041)
* update 3.4 * update3.4 * update 3.4 * update 3.4 * Add files via upload * Delete SetPropCommand.java * update 3.4 area id * update version * exchange cmdid * exchange cmdid * exchange cmdid * my fault * update AiSyncInfo
This commit is contained in:
committed by
GitHub
Unverified
parent
39b4aa1387
commit
71a1e31d37
+162
-162
@@ -19,31 +19,31 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 challenge_score = 12;</code>
|
||||
* @return The challengeScore.
|
||||
*/
|
||||
int getChallengeScore();
|
||||
|
||||
/**
|
||||
* <code>uint32 challenge_max_score = 8;</code>
|
||||
* <code>uint32 challengeMaxScore = 6;</code>
|
||||
* @return The challengeMaxScore.
|
||||
*/
|
||||
int getChallengeMaxScore();
|
||||
|
||||
/**
|
||||
* <code>bool is_success = 2;</code>
|
||||
* @return The isSuccess.
|
||||
*/
|
||||
boolean getIsSuccess();
|
||||
|
||||
/**
|
||||
* <code>bool is_in_time_limit = 1;</code>
|
||||
* <code>bool isInTimeLimit = 1;</code>
|
||||
* @return The isInTimeLimit.
|
||||
*/
|
||||
boolean getIsInTimeLimit();
|
||||
|
||||
/**
|
||||
* <code>uint32 challenge_id = 15;</code>
|
||||
* <code>uint32 challengeScore = 14;</code>
|
||||
* @return The challengeScore.
|
||||
*/
|
||||
int getChallengeScore();
|
||||
|
||||
/**
|
||||
* <code>bool isSuccess = 2;</code>
|
||||
* @return The isSuccess.
|
||||
*/
|
||||
boolean getIsSuccess();
|
||||
|
||||
/**
|
||||
* <code>uint32 challengeId = 10;</code>
|
||||
* @return The challengeId.
|
||||
*/
|
||||
int getChallengeId();
|
||||
@@ -103,21 +103,21 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
isSuccess_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
case 48: {
|
||||
|
||||
challengeMaxScore_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
challengeScore_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
case 80: {
|
||||
|
||||
challengeId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
|
||||
challengeScore_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -150,21 +150,10 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
emu.grasscutter.net.proto.EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo.class, emu.grasscutter.net.proto.EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int CHALLENGE_SCORE_FIELD_NUMBER = 12;
|
||||
private int challengeScore_;
|
||||
/**
|
||||
* <code>uint32 challenge_score = 12;</code>
|
||||
* @return The challengeScore.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getChallengeScore() {
|
||||
return challengeScore_;
|
||||
}
|
||||
|
||||
public static final int CHALLENGE_MAX_SCORE_FIELD_NUMBER = 8;
|
||||
public static final int CHALLENGEMAXSCORE_FIELD_NUMBER = 6;
|
||||
private int challengeMaxScore_;
|
||||
/**
|
||||
* <code>uint32 challenge_max_score = 8;</code>
|
||||
* <code>uint32 challengeMaxScore = 6;</code>
|
||||
* @return The challengeMaxScore.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -172,21 +161,10 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return challengeMaxScore_;
|
||||
}
|
||||
|
||||
public static final int IS_SUCCESS_FIELD_NUMBER = 2;
|
||||
private boolean isSuccess_;
|
||||
/**
|
||||
* <code>bool is_success = 2;</code>
|
||||
* @return The isSuccess.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsSuccess() {
|
||||
return isSuccess_;
|
||||
}
|
||||
|
||||
public static final int IS_IN_TIME_LIMIT_FIELD_NUMBER = 1;
|
||||
public static final int ISINTIMELIMIT_FIELD_NUMBER = 1;
|
||||
private boolean isInTimeLimit_;
|
||||
/**
|
||||
* <code>bool is_in_time_limit = 1;</code>
|
||||
* <code>bool isInTimeLimit = 1;</code>
|
||||
* @return The isInTimeLimit.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -194,10 +172,32 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return isInTimeLimit_;
|
||||
}
|
||||
|
||||
public static final int CHALLENGE_ID_FIELD_NUMBER = 15;
|
||||
public static final int CHALLENGESCORE_FIELD_NUMBER = 14;
|
||||
private int challengeScore_;
|
||||
/**
|
||||
* <code>uint32 challengeScore = 14;</code>
|
||||
* @return The challengeScore.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getChallengeScore() {
|
||||
return challengeScore_;
|
||||
}
|
||||
|
||||
public static final int ISSUCCESS_FIELD_NUMBER = 2;
|
||||
private boolean isSuccess_;
|
||||
/**
|
||||
* <code>bool isSuccess = 2;</code>
|
||||
* @return The isSuccess.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsSuccess() {
|
||||
return isSuccess_;
|
||||
}
|
||||
|
||||
public static final int CHALLENGEID_FIELD_NUMBER = 10;
|
||||
private int challengeId_;
|
||||
/**
|
||||
* <code>uint32 challenge_id = 15;</code>
|
||||
* <code>uint32 challengeId = 10;</code>
|
||||
* @return The challengeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -226,13 +226,13 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
output.writeBool(2, isSuccess_);
|
||||
}
|
||||
if (challengeMaxScore_ != 0) {
|
||||
output.writeUInt32(8, challengeMaxScore_);
|
||||
}
|
||||
if (challengeScore_ != 0) {
|
||||
output.writeUInt32(12, challengeScore_);
|
||||
output.writeUInt32(6, challengeMaxScore_);
|
||||
}
|
||||
if (challengeId_ != 0) {
|
||||
output.writeUInt32(15, challengeId_);
|
||||
output.writeUInt32(10, challengeId_);
|
||||
}
|
||||
if (challengeScore_ != 0) {
|
||||
output.writeUInt32(14, challengeScore_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -253,15 +253,15 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
}
|
||||
if (challengeMaxScore_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, challengeMaxScore_);
|
||||
}
|
||||
if (challengeScore_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, challengeScore_);
|
||||
.computeUInt32Size(6, challengeMaxScore_);
|
||||
}
|
||||
if (challengeId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(15, challengeId_);
|
||||
.computeUInt32Size(10, challengeId_);
|
||||
}
|
||||
if (challengeScore_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, challengeScore_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -278,14 +278,14 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo other = (emu.grasscutter.net.proto.EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo) obj;
|
||||
|
||||
if (getChallengeScore()
|
||||
!= other.getChallengeScore()) return false;
|
||||
if (getChallengeMaxScore()
|
||||
!= other.getChallengeMaxScore()) return false;
|
||||
if (getIsSuccess()
|
||||
!= other.getIsSuccess()) return false;
|
||||
if (getIsInTimeLimit()
|
||||
!= other.getIsInTimeLimit()) return false;
|
||||
if (getChallengeScore()
|
||||
!= other.getChallengeScore()) return false;
|
||||
if (getIsSuccess()
|
||||
!= other.getIsSuccess()) return false;
|
||||
if (getChallengeId()
|
||||
!= other.getChallengeId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
@@ -299,17 +299,17 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + CHALLENGE_SCORE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getChallengeScore();
|
||||
hash = (37 * hash) + CHALLENGE_MAX_SCORE_FIELD_NUMBER;
|
||||
hash = (37 * hash) + CHALLENGEMAXSCORE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getChallengeMaxScore();
|
||||
hash = (37 * hash) + IS_SUCCESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsSuccess());
|
||||
hash = (37 * hash) + IS_IN_TIME_LIMIT_FIELD_NUMBER;
|
||||
hash = (37 * hash) + ISINTIMELIMIT_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsInTimeLimit());
|
||||
hash = (37 * hash) + CHALLENGE_ID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + CHALLENGESCORE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getChallengeScore();
|
||||
hash = (37 * hash) + ISSUCCESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsSuccess());
|
||||
hash = (37 * hash) + CHALLENGEID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getChallengeId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
@@ -444,14 +444,14 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
challengeScore_ = 0;
|
||||
|
||||
challengeMaxScore_ = 0;
|
||||
|
||||
isSuccess_ = false;
|
||||
|
||||
isInTimeLimit_ = false;
|
||||
|
||||
challengeScore_ = 0;
|
||||
|
||||
isSuccess_ = false;
|
||||
|
||||
challengeId_ = 0;
|
||||
|
||||
return this;
|
||||
@@ -480,10 +480,10 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo result = new emu.grasscutter.net.proto.EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo(this);
|
||||
result.challengeScore_ = challengeScore_;
|
||||
result.challengeMaxScore_ = challengeMaxScore_;
|
||||
result.isSuccess_ = isSuccess_;
|
||||
result.isInTimeLimit_ = isInTimeLimit_;
|
||||
result.challengeScore_ = challengeScore_;
|
||||
result.isSuccess_ = isSuccess_;
|
||||
result.challengeId_ = challengeId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
@@ -533,18 +533,18 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo.getDefaultInstance()) return this;
|
||||
if (other.getChallengeScore() != 0) {
|
||||
setChallengeScore(other.getChallengeScore());
|
||||
}
|
||||
if (other.getChallengeMaxScore() != 0) {
|
||||
setChallengeMaxScore(other.getChallengeMaxScore());
|
||||
}
|
||||
if (other.getIsSuccess() != false) {
|
||||
setIsSuccess(other.getIsSuccess());
|
||||
}
|
||||
if (other.getIsInTimeLimit() != false) {
|
||||
setIsInTimeLimit(other.getIsInTimeLimit());
|
||||
}
|
||||
if (other.getChallengeScore() != 0) {
|
||||
setChallengeScore(other.getChallengeScore());
|
||||
}
|
||||
if (other.getIsSuccess() != false) {
|
||||
setIsSuccess(other.getIsSuccess());
|
||||
}
|
||||
if (other.getChallengeId() != 0) {
|
||||
setChallengeId(other.getChallengeId());
|
||||
}
|
||||
@@ -577,40 +577,9 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int challengeScore_ ;
|
||||
/**
|
||||
* <code>uint32 challenge_score = 12;</code>
|
||||
* @return The challengeScore.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getChallengeScore() {
|
||||
return challengeScore_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 challenge_score = 12;</code>
|
||||
* @param value The challengeScore to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setChallengeScore(int value) {
|
||||
|
||||
challengeScore_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 challenge_score = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearChallengeScore() {
|
||||
|
||||
challengeScore_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int challengeMaxScore_ ;
|
||||
/**
|
||||
* <code>uint32 challenge_max_score = 8;</code>
|
||||
* <code>uint32 challengeMaxScore = 6;</code>
|
||||
* @return The challengeMaxScore.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -618,7 +587,7 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return challengeMaxScore_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 challenge_max_score = 8;</code>
|
||||
* <code>uint32 challengeMaxScore = 6;</code>
|
||||
* @param value The challengeMaxScore to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -629,7 +598,7 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 challenge_max_score = 8;</code>
|
||||
* <code>uint32 challengeMaxScore = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearChallengeMaxScore() {
|
||||
@@ -639,40 +608,9 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isSuccess_ ;
|
||||
/**
|
||||
* <code>bool is_success = 2;</code>
|
||||
* @return The isSuccess.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsSuccess() {
|
||||
return isSuccess_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_success = 2;</code>
|
||||
* @param value The isSuccess to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsSuccess(boolean value) {
|
||||
|
||||
isSuccess_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_success = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsSuccess() {
|
||||
|
||||
isSuccess_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isInTimeLimit_ ;
|
||||
/**
|
||||
* <code>bool is_in_time_limit = 1;</code>
|
||||
* <code>bool isInTimeLimit = 1;</code>
|
||||
* @return The isInTimeLimit.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -680,7 +618,7 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return isInTimeLimit_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_in_time_limit = 1;</code>
|
||||
* <code>bool isInTimeLimit = 1;</code>
|
||||
* @param value The isInTimeLimit to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -691,7 +629,7 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_in_time_limit = 1;</code>
|
||||
* <code>bool isInTimeLimit = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsInTimeLimit() {
|
||||
@@ -701,9 +639,71 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int challengeScore_ ;
|
||||
/**
|
||||
* <code>uint32 challengeScore = 14;</code>
|
||||
* @return The challengeScore.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getChallengeScore() {
|
||||
return challengeScore_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 challengeScore = 14;</code>
|
||||
* @param value The challengeScore to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setChallengeScore(int value) {
|
||||
|
||||
challengeScore_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 challengeScore = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearChallengeScore() {
|
||||
|
||||
challengeScore_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isSuccess_ ;
|
||||
/**
|
||||
* <code>bool isSuccess = 2;</code>
|
||||
* @return The isSuccess.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsSuccess() {
|
||||
return isSuccess_;
|
||||
}
|
||||
/**
|
||||
* <code>bool isSuccess = 2;</code>
|
||||
* @param value The isSuccess to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsSuccess(boolean value) {
|
||||
|
||||
isSuccess_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool isSuccess = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsSuccess() {
|
||||
|
||||
isSuccess_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int challengeId_ ;
|
||||
/**
|
||||
* <code>uint32 challenge_id = 15;</code>
|
||||
* <code>uint32 challengeId = 10;</code>
|
||||
* @return The challengeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -711,7 +711,7 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return challengeId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 challenge_id = 15;</code>
|
||||
* <code>uint32 challengeId = 10;</code>
|
||||
* @param value The challengeId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -722,7 +722,7 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 challenge_id = 15;</code>
|
||||
* <code>uint32 challengeId = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearChallengeId() {
|
||||
@@ -799,11 +799,11 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n&EffigyChallengeDungeonResultInfo.proto" +
|
||||
"\"\234\001\n EffigyChallengeDungeonResultInfo\022\027\n" +
|
||||
"\017challenge_score\030\014 \001(\r\022\033\n\023challenge_max_" +
|
||||
"score\030\010 \001(\r\022\022\n\nis_success\030\002 \001(\010\022\030\n\020is_in" +
|
||||
"_time_limit\030\001 \001(\010\022\024\n\014challenge_id\030\017 \001(\rB" +
|
||||
"\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
"\"\224\001\n EffigyChallengeDungeonResultInfo\022\031\n" +
|
||||
"\021challengeMaxScore\030\006 \001(\r\022\025\n\risInTimeLimi" +
|
||||
"t\030\001 \001(\010\022\026\n\016challengeScore\030\016 \001(\r\022\021\n\tisSuc" +
|
||||
"cess\030\002 \001(\010\022\023\n\013challengeId\030\n \001(\rB\033\n\031emu.g" +
|
||||
"rasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -814,7 +814,7 @@ public final class EffigyChallengeDungeonResultInfoOuterClass {
|
||||
internal_static_EffigyChallengeDungeonResultInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_EffigyChallengeDungeonResultInfo_descriptor,
|
||||
new java.lang.String[] { "ChallengeScore", "ChallengeMaxScore", "IsSuccess", "IsInTimeLimit", "ChallengeId", });
|
||||
new java.lang.String[] { "ChallengeMaxScore", "IsInTimeLimit", "ChallengeScore", "IsSuccess", "ChallengeId", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user