// Generated by the protocol buffer compiler. DO NOT EDIT! // source: PotionDungeonResultInfo.proto package emu.grasscutter.net.proto; public final class PotionDungeonResultInfoOuterClass { private PotionDungeonResultInfoOuterClass() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface PotionDungeonResultInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:PotionDungeonResultInfo) com.google.protobuf.MessageOrBuilder { /** * uint32 modeId = 12; * @return The modeId. */ int getModeId(); /** * uint32 difficultyLevel = 1; * @return The difficultyLevel. */ int getDifficultyLevel(); /** * uint32 leftTime = 6; * @return The leftTime. */ int getLeftTime(); /** * uint32 levelId = 2; * @return The levelId. */ int getLevelId(); /** * uint32 finalScore = 10; * @return The finalScore. */ int getFinalScore(); /** * uint32 stageId = 9; * @return The stageId. */ int getStageId(); } /** * Protobuf type {@code PotionDungeonResultInfo} */ public static final class PotionDungeonResultInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:PotionDungeonResultInfo) PotionDungeonResultInfoOrBuilder { private static final long serialVersionUID = 0L; // Use PotionDungeonResultInfo.newBuilder() to construct. private PotionDungeonResultInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PotionDungeonResultInfo() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PotionDungeonResultInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PotionDungeonResultInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { difficultyLevel_ = input.readUInt32(); break; } case 16: { levelId_ = input.readUInt32(); break; } case 48: { leftTime_ = input.readUInt32(); break; } case 72: { stageId_ = input.readUInt32(); break; } case 80: { finalScore_ = input.readUInt32(); break; } case 96: { modeId_ = input.readUInt32(); break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.internal_static_PotionDungeonResultInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.internal_static_PotionDungeonResultInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo.class, emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo.Builder.class); } public static final int MODEID_FIELD_NUMBER = 12; private int modeId_; /** * uint32 modeId = 12; * @return The modeId. */ @java.lang.Override public int getModeId() { return modeId_; } public static final int DIFFICULTYLEVEL_FIELD_NUMBER = 1; private int difficultyLevel_; /** * uint32 difficultyLevel = 1; * @return The difficultyLevel. */ @java.lang.Override public int getDifficultyLevel() { return difficultyLevel_; } public static final int LEFTTIME_FIELD_NUMBER = 6; private int leftTime_; /** * uint32 leftTime = 6; * @return The leftTime. */ @java.lang.Override public int getLeftTime() { return leftTime_; } public static final int LEVELID_FIELD_NUMBER = 2; private int levelId_; /** * uint32 levelId = 2; * @return The levelId. */ @java.lang.Override public int getLevelId() { return levelId_; } public static final int FINALSCORE_FIELD_NUMBER = 10; private int finalScore_; /** * uint32 finalScore = 10; * @return The finalScore. */ @java.lang.Override public int getFinalScore() { return finalScore_; } public static final int STAGEID_FIELD_NUMBER = 9; private int stageId_; /** * uint32 stageId = 9; * @return The stageId. */ @java.lang.Override public int getStageId() { return stageId_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (difficultyLevel_ != 0) { output.writeUInt32(1, difficultyLevel_); } if (levelId_ != 0) { output.writeUInt32(2, levelId_); } if (leftTime_ != 0) { output.writeUInt32(6, leftTime_); } if (stageId_ != 0) { output.writeUInt32(9, stageId_); } if (finalScore_ != 0) { output.writeUInt32(10, finalScore_); } if (modeId_ != 0) { output.writeUInt32(12, modeId_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (difficultyLevel_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, difficultyLevel_); } if (levelId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, levelId_); } if (leftTime_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(6, leftTime_); } if (stageId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(9, stageId_); } if (finalScore_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(10, finalScore_); } if (modeId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, modeId_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo)) { return super.equals(obj); } emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo other = (emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo) obj; if (getModeId() != other.getModeId()) return false; if (getDifficultyLevel() != other.getDifficultyLevel()) return false; if (getLeftTime() != other.getLeftTime()) return false; if (getLevelId() != other.getLevelId()) return false; if (getFinalScore() != other.getFinalScore()) return false; if (getStageId() != other.getStageId()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + MODEID_FIELD_NUMBER; hash = (53 * hash) + getModeId(); hash = (37 * hash) + DIFFICULTYLEVEL_FIELD_NUMBER; hash = (53 * hash) + getDifficultyLevel(); hash = (37 * hash) + LEFTTIME_FIELD_NUMBER; hash = (53 * hash) + getLeftTime(); hash = (37 * hash) + LEVELID_FIELD_NUMBER; hash = (53 * hash) + getLevelId(); hash = (37 * hash) + FINALSCORE_FIELD_NUMBER; hash = (53 * hash) + getFinalScore(); hash = (37 * hash) + STAGEID_FIELD_NUMBER; hash = (53 * hash) + getStageId(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code PotionDungeonResultInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:PotionDungeonResultInfo) emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.internal_static_PotionDungeonResultInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.internal_static_PotionDungeonResultInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo.class, emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo.Builder.class); } // Construct using emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); modeId_ = 0; difficultyLevel_ = 0; leftTime_ = 0; levelId_ = 0; finalScore_ = 0; stageId_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.internal_static_PotionDungeonResultInfo_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo getDefaultInstanceForType() { return emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo build() { emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo buildPartial() { emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo result = new emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo(this); result.modeId_ = modeId_; result.difficultyLevel_ = difficultyLevel_; result.leftTime_ = leftTime_; result.levelId_ = levelId_; result.finalScore_ = finalScore_; result.stageId_ = stageId_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo) { return mergeFrom((emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo other) { if (other == emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo.getDefaultInstance()) return this; if (other.getModeId() != 0) { setModeId(other.getModeId()); } if (other.getDifficultyLevel() != 0) { setDifficultyLevel(other.getDifficultyLevel()); } if (other.getLeftTime() != 0) { setLeftTime(other.getLeftTime()); } if (other.getLevelId() != 0) { setLevelId(other.getLevelId()); } if (other.getFinalScore() != 0) { setFinalScore(other.getFinalScore()); } if (other.getStageId() != 0) { setStageId(other.getStageId()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int modeId_ ; /** * uint32 modeId = 12; * @return The modeId. */ @java.lang.Override public int getModeId() { return modeId_; } /** * uint32 modeId = 12; * @param value The modeId to set. * @return This builder for chaining. */ public Builder setModeId(int value) { modeId_ = value; onChanged(); return this; } /** * uint32 modeId = 12; * @return This builder for chaining. */ public Builder clearModeId() { modeId_ = 0; onChanged(); return this; } private int difficultyLevel_ ; /** * uint32 difficultyLevel = 1; * @return The difficultyLevel. */ @java.lang.Override public int getDifficultyLevel() { return difficultyLevel_; } /** * uint32 difficultyLevel = 1; * @param value The difficultyLevel to set. * @return This builder for chaining. */ public Builder setDifficultyLevel(int value) { difficultyLevel_ = value; onChanged(); return this; } /** * uint32 difficultyLevel = 1; * @return This builder for chaining. */ public Builder clearDifficultyLevel() { difficultyLevel_ = 0; onChanged(); return this; } private int leftTime_ ; /** * uint32 leftTime = 6; * @return The leftTime. */ @java.lang.Override public int getLeftTime() { return leftTime_; } /** * uint32 leftTime = 6; * @param value The leftTime to set. * @return This builder for chaining. */ public Builder setLeftTime(int value) { leftTime_ = value; onChanged(); return this; } /** * uint32 leftTime = 6; * @return This builder for chaining. */ public Builder clearLeftTime() { leftTime_ = 0; onChanged(); return this; } private int levelId_ ; /** * uint32 levelId = 2; * @return The levelId. */ @java.lang.Override public int getLevelId() { return levelId_; } /** * uint32 levelId = 2; * @param value The levelId to set. * @return This builder for chaining. */ public Builder setLevelId(int value) { levelId_ = value; onChanged(); return this; } /** * uint32 levelId = 2; * @return This builder for chaining. */ public Builder clearLevelId() { levelId_ = 0; onChanged(); return this; } private int finalScore_ ; /** * uint32 finalScore = 10; * @return The finalScore. */ @java.lang.Override public int getFinalScore() { return finalScore_; } /** * uint32 finalScore = 10; * @param value The finalScore to set. * @return This builder for chaining. */ public Builder setFinalScore(int value) { finalScore_ = value; onChanged(); return this; } /** * uint32 finalScore = 10; * @return This builder for chaining. */ public Builder clearFinalScore() { finalScore_ = 0; onChanged(); return this; } private int stageId_ ; /** * uint32 stageId = 9; * @return The stageId. */ @java.lang.Override public int getStageId() { return stageId_; } /** * uint32 stageId = 9; * @param value The stageId to set. * @return This builder for chaining. */ public Builder setStageId(int value) { stageId_ = value; onChanged(); return this; } /** * uint32 stageId = 9; * @return This builder for chaining. */ public Builder clearStageId() { stageId_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:PotionDungeonResultInfo) } // @@protoc_insertion_point(class_scope:PotionDungeonResultInfo) private static final emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo(); } public static emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PotionDungeonResultInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new PotionDungeonResultInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public emu.grasscutter.net.proto.PotionDungeonResultInfoOuterClass.PotionDungeonResultInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_PotionDungeonResultInfo_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_PotionDungeonResultInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\035PotionDungeonResultInfo.proto\"\212\001\n\027Poti" + "onDungeonResultInfo\022\016\n\006modeId\030\014 \001(\r\022\027\n\017d" + "ifficultyLevel\030\001 \001(\r\022\020\n\010leftTime\030\006 \001(\r\022\017" + "\n\007levelId\030\002 \001(\r\022\022\n\nfinalScore\030\n \001(\r\022\017\n\007s" + "tageId\030\t \001(\rB\033\n\031emu.grasscutter.net.prot" + "ob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_PotionDungeonResultInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PotionDungeonResultInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_PotionDungeonResultInfo_descriptor, new java.lang.String[] { "ModeId", "DifficultyLevel", "LeftTime", "LevelId", "FinalScore", "StageId", }); } // @@protoc_insertion_point(outer_class_scope) }