mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 02:19:50 +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
+161
-161
@@ -18,18 +18,6 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
// @@protoc_insertion_point(interface_extends:SummerTimeDungeonInfo)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 dungeon_id = 9;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
int getDungeonId();
|
||||
|
||||
/**
|
||||
* <code>uint32 Unk3300_GMKMNHIBPEP = 1;</code>
|
||||
* @return The unk3300GMKMNHIBPEP.
|
||||
*/
|
||||
int getUnk3300GMKMNHIBPEP();
|
||||
|
||||
/**
|
||||
* <code>uint32 Unk3300_HJHODMOIMKG = 8;</code>
|
||||
* @return The unk3300HJHODMOIMKG.
|
||||
@@ -37,13 +25,25 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
int getUnk3300HJHODMOIMKG();
|
||||
|
||||
/**
|
||||
* <code>uint32 Unk3300_GALEDJLAIPM = 5;</code>
|
||||
* <code>uint32 Unk3300_GALEDJLAIPM = 2;</code>
|
||||
* @return The unk3300GALEDJLAIPM.
|
||||
*/
|
||||
int getUnk3300GALEDJLAIPM();
|
||||
|
||||
/**
|
||||
* <code>uint32 Unk3300_EGGFJCICOBD = 12;</code>
|
||||
* <code>uint32 dungeonId = 5;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
int getDungeonId();
|
||||
|
||||
/**
|
||||
* <code>uint32 Unk3300_GMKMNHIBPEP = 4;</code>
|
||||
* @return The unk3300GMKMNHIBPEP.
|
||||
*/
|
||||
int getUnk3300GMKMNHIBPEP();
|
||||
|
||||
/**
|
||||
* <code>uint32 Unk3300_EGGFJCICOBD = 13;</code>
|
||||
* @return The unk3300EGGFJCICOBD.
|
||||
*/
|
||||
int getUnk3300EGGFJCICOBD();
|
||||
@@ -93,14 +93,19 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
case 16: {
|
||||
|
||||
unk3300GALEDJLAIPM_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
|
||||
unk3300GMKMNHIBPEP_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
|
||||
unk3300GALEDJLAIPM_ = input.readUInt32();
|
||||
dungeonId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
@@ -108,12 +113,7 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
unk3300HJHODMOIMKG_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
dungeonId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 104: {
|
||||
|
||||
unk3300EGGFJCICOBD_ = input.readUInt32();
|
||||
break;
|
||||
@@ -150,28 +150,6 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
emu.grasscutter.net.proto.SummerTimeDungeonInfoOuterClass.SummerTimeDungeonInfo.class, emu.grasscutter.net.proto.SummerTimeDungeonInfoOuterClass.SummerTimeDungeonInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int DUNGEON_ID_FIELD_NUMBER = 9;
|
||||
private int dungeonId_;
|
||||
/**
|
||||
* <code>uint32 dungeon_id = 9;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDungeonId() {
|
||||
return dungeonId_;
|
||||
}
|
||||
|
||||
public static final int UNK3300_GMKMNHIBPEP_FIELD_NUMBER = 1;
|
||||
private int unk3300GMKMNHIBPEP_;
|
||||
/**
|
||||
* <code>uint32 Unk3300_GMKMNHIBPEP = 1;</code>
|
||||
* @return The unk3300GMKMNHIBPEP.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getUnk3300GMKMNHIBPEP() {
|
||||
return unk3300GMKMNHIBPEP_;
|
||||
}
|
||||
|
||||
public static final int UNK3300_HJHODMOIMKG_FIELD_NUMBER = 8;
|
||||
private int unk3300HJHODMOIMKG_;
|
||||
/**
|
||||
@@ -183,10 +161,10 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
return unk3300HJHODMOIMKG_;
|
||||
}
|
||||
|
||||
public static final int UNK3300_GALEDJLAIPM_FIELD_NUMBER = 5;
|
||||
public static final int UNK3300_GALEDJLAIPM_FIELD_NUMBER = 2;
|
||||
private int unk3300GALEDJLAIPM_;
|
||||
/**
|
||||
* <code>uint32 Unk3300_GALEDJLAIPM = 5;</code>
|
||||
* <code>uint32 Unk3300_GALEDJLAIPM = 2;</code>
|
||||
* @return The unk3300GALEDJLAIPM.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -194,10 +172,32 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
return unk3300GALEDJLAIPM_;
|
||||
}
|
||||
|
||||
public static final int UNK3300_EGGFJCICOBD_FIELD_NUMBER = 12;
|
||||
public static final int DUNGEONID_FIELD_NUMBER = 5;
|
||||
private int dungeonId_;
|
||||
/**
|
||||
* <code>uint32 dungeonId = 5;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDungeonId() {
|
||||
return dungeonId_;
|
||||
}
|
||||
|
||||
public static final int UNK3300_GMKMNHIBPEP_FIELD_NUMBER = 4;
|
||||
private int unk3300GMKMNHIBPEP_;
|
||||
/**
|
||||
* <code>uint32 Unk3300_GMKMNHIBPEP = 4;</code>
|
||||
* @return The unk3300GMKMNHIBPEP.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getUnk3300GMKMNHIBPEP() {
|
||||
return unk3300GMKMNHIBPEP_;
|
||||
}
|
||||
|
||||
public static final int UNK3300_EGGFJCICOBD_FIELD_NUMBER = 13;
|
||||
private int unk3300EGGFJCICOBD_;
|
||||
/**
|
||||
* <code>uint32 Unk3300_EGGFJCICOBD = 12;</code>
|
||||
* <code>uint32 Unk3300_EGGFJCICOBD = 13;</code>
|
||||
* @return The unk3300EGGFJCICOBD.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -219,20 +219,20 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (unk3300GMKMNHIBPEP_ != 0) {
|
||||
output.writeUInt32(1, unk3300GMKMNHIBPEP_);
|
||||
}
|
||||
if (unk3300GALEDJLAIPM_ != 0) {
|
||||
output.writeUInt32(5, unk3300GALEDJLAIPM_);
|
||||
output.writeUInt32(2, unk3300GALEDJLAIPM_);
|
||||
}
|
||||
if (unk3300GMKMNHIBPEP_ != 0) {
|
||||
output.writeUInt32(4, unk3300GMKMNHIBPEP_);
|
||||
}
|
||||
if (dungeonId_ != 0) {
|
||||
output.writeUInt32(5, dungeonId_);
|
||||
}
|
||||
if (unk3300HJHODMOIMKG_ != 0) {
|
||||
output.writeUInt32(8, unk3300HJHODMOIMKG_);
|
||||
}
|
||||
if (dungeonId_ != 0) {
|
||||
output.writeUInt32(9, dungeonId_);
|
||||
}
|
||||
if (unk3300EGGFJCICOBD_ != 0) {
|
||||
output.writeUInt32(12, unk3300EGGFJCICOBD_);
|
||||
output.writeUInt32(13, unk3300EGGFJCICOBD_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -243,25 +243,25 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (unk3300GMKMNHIBPEP_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, unk3300GMKMNHIBPEP_);
|
||||
}
|
||||
if (unk3300GALEDJLAIPM_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, unk3300GALEDJLAIPM_);
|
||||
.computeUInt32Size(2, unk3300GALEDJLAIPM_);
|
||||
}
|
||||
if (unk3300GMKMNHIBPEP_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(4, unk3300GMKMNHIBPEP_);
|
||||
}
|
||||
if (dungeonId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, dungeonId_);
|
||||
}
|
||||
if (unk3300HJHODMOIMKG_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, unk3300HJHODMOIMKG_);
|
||||
}
|
||||
if (dungeonId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, dungeonId_);
|
||||
}
|
||||
if (unk3300EGGFJCICOBD_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, unk3300EGGFJCICOBD_);
|
||||
.computeUInt32Size(13, unk3300EGGFJCICOBD_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -278,14 +278,14 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.SummerTimeDungeonInfoOuterClass.SummerTimeDungeonInfo other = (emu.grasscutter.net.proto.SummerTimeDungeonInfoOuterClass.SummerTimeDungeonInfo) obj;
|
||||
|
||||
if (getDungeonId()
|
||||
!= other.getDungeonId()) return false;
|
||||
if (getUnk3300GMKMNHIBPEP()
|
||||
!= other.getUnk3300GMKMNHIBPEP()) return false;
|
||||
if (getUnk3300HJHODMOIMKG()
|
||||
!= other.getUnk3300HJHODMOIMKG()) return false;
|
||||
if (getUnk3300GALEDJLAIPM()
|
||||
!= other.getUnk3300GALEDJLAIPM()) return false;
|
||||
if (getDungeonId()
|
||||
!= other.getDungeonId()) return false;
|
||||
if (getUnk3300GMKMNHIBPEP()
|
||||
!= other.getUnk3300GMKMNHIBPEP()) return false;
|
||||
if (getUnk3300EGGFJCICOBD()
|
||||
!= other.getUnk3300EGGFJCICOBD()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
@@ -299,14 +299,14 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + DUNGEON_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDungeonId();
|
||||
hash = (37 * hash) + UNK3300_GMKMNHIBPEP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnk3300GMKMNHIBPEP();
|
||||
hash = (37 * hash) + UNK3300_HJHODMOIMKG_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnk3300HJHODMOIMKG();
|
||||
hash = (37 * hash) + UNK3300_GALEDJLAIPM_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnk3300GALEDJLAIPM();
|
||||
hash = (37 * hash) + DUNGEONID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDungeonId();
|
||||
hash = (37 * hash) + UNK3300_GMKMNHIBPEP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnk3300GMKMNHIBPEP();
|
||||
hash = (37 * hash) + UNK3300_EGGFJCICOBD_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnk3300EGGFJCICOBD();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
@@ -442,14 +442,14 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
dungeonId_ = 0;
|
||||
|
||||
unk3300GMKMNHIBPEP_ = 0;
|
||||
|
||||
unk3300HJHODMOIMKG_ = 0;
|
||||
|
||||
unk3300GALEDJLAIPM_ = 0;
|
||||
|
||||
dungeonId_ = 0;
|
||||
|
||||
unk3300GMKMNHIBPEP_ = 0;
|
||||
|
||||
unk3300EGGFJCICOBD_ = 0;
|
||||
|
||||
return this;
|
||||
@@ -478,10 +478,10 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.SummerTimeDungeonInfoOuterClass.SummerTimeDungeonInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.SummerTimeDungeonInfoOuterClass.SummerTimeDungeonInfo result = new emu.grasscutter.net.proto.SummerTimeDungeonInfoOuterClass.SummerTimeDungeonInfo(this);
|
||||
result.dungeonId_ = dungeonId_;
|
||||
result.unk3300GMKMNHIBPEP_ = unk3300GMKMNHIBPEP_;
|
||||
result.unk3300HJHODMOIMKG_ = unk3300HJHODMOIMKG_;
|
||||
result.unk3300GALEDJLAIPM_ = unk3300GALEDJLAIPM_;
|
||||
result.dungeonId_ = dungeonId_;
|
||||
result.unk3300GMKMNHIBPEP_ = unk3300GMKMNHIBPEP_;
|
||||
result.unk3300EGGFJCICOBD_ = unk3300EGGFJCICOBD_;
|
||||
onBuilt();
|
||||
return result;
|
||||
@@ -531,18 +531,18 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.SummerTimeDungeonInfoOuterClass.SummerTimeDungeonInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.SummerTimeDungeonInfoOuterClass.SummerTimeDungeonInfo.getDefaultInstance()) return this;
|
||||
if (other.getDungeonId() != 0) {
|
||||
setDungeonId(other.getDungeonId());
|
||||
}
|
||||
if (other.getUnk3300GMKMNHIBPEP() != 0) {
|
||||
setUnk3300GMKMNHIBPEP(other.getUnk3300GMKMNHIBPEP());
|
||||
}
|
||||
if (other.getUnk3300HJHODMOIMKG() != 0) {
|
||||
setUnk3300HJHODMOIMKG(other.getUnk3300HJHODMOIMKG());
|
||||
}
|
||||
if (other.getUnk3300GALEDJLAIPM() != 0) {
|
||||
setUnk3300GALEDJLAIPM(other.getUnk3300GALEDJLAIPM());
|
||||
}
|
||||
if (other.getDungeonId() != 0) {
|
||||
setDungeonId(other.getDungeonId());
|
||||
}
|
||||
if (other.getUnk3300GMKMNHIBPEP() != 0) {
|
||||
setUnk3300GMKMNHIBPEP(other.getUnk3300GMKMNHIBPEP());
|
||||
}
|
||||
if (other.getUnk3300EGGFJCICOBD() != 0) {
|
||||
setUnk3300EGGFJCICOBD(other.getUnk3300EGGFJCICOBD());
|
||||
}
|
||||
@@ -575,68 +575,6 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int dungeonId_ ;
|
||||
/**
|
||||
* <code>uint32 dungeon_id = 9;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDungeonId() {
|
||||
return dungeonId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 dungeon_id = 9;</code>
|
||||
* @param value The dungeonId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setDungeonId(int value) {
|
||||
|
||||
dungeonId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 dungeon_id = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDungeonId() {
|
||||
|
||||
dungeonId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int unk3300GMKMNHIBPEP_ ;
|
||||
/**
|
||||
* <code>uint32 Unk3300_GMKMNHIBPEP = 1;</code>
|
||||
* @return The unk3300GMKMNHIBPEP.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getUnk3300GMKMNHIBPEP() {
|
||||
return unk3300GMKMNHIBPEP_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 Unk3300_GMKMNHIBPEP = 1;</code>
|
||||
* @param value The unk3300GMKMNHIBPEP to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUnk3300GMKMNHIBPEP(int value) {
|
||||
|
||||
unk3300GMKMNHIBPEP_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 Unk3300_GMKMNHIBPEP = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUnk3300GMKMNHIBPEP() {
|
||||
|
||||
unk3300GMKMNHIBPEP_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int unk3300HJHODMOIMKG_ ;
|
||||
/**
|
||||
* <code>uint32 Unk3300_HJHODMOIMKG = 8;</code>
|
||||
@@ -670,7 +608,7 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
|
||||
private int unk3300GALEDJLAIPM_ ;
|
||||
/**
|
||||
* <code>uint32 Unk3300_GALEDJLAIPM = 5;</code>
|
||||
* <code>uint32 Unk3300_GALEDJLAIPM = 2;</code>
|
||||
* @return The unk3300GALEDJLAIPM.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -678,7 +616,7 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
return unk3300GALEDJLAIPM_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 Unk3300_GALEDJLAIPM = 5;</code>
|
||||
* <code>uint32 Unk3300_GALEDJLAIPM = 2;</code>
|
||||
* @param value The unk3300GALEDJLAIPM to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -689,7 +627,7 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 Unk3300_GALEDJLAIPM = 5;</code>
|
||||
* <code>uint32 Unk3300_GALEDJLAIPM = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUnk3300GALEDJLAIPM() {
|
||||
@@ -699,9 +637,71 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int dungeonId_ ;
|
||||
/**
|
||||
* <code>uint32 dungeonId = 5;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDungeonId() {
|
||||
return dungeonId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 dungeonId = 5;</code>
|
||||
* @param value The dungeonId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setDungeonId(int value) {
|
||||
|
||||
dungeonId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 dungeonId = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDungeonId() {
|
||||
|
||||
dungeonId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int unk3300GMKMNHIBPEP_ ;
|
||||
/**
|
||||
* <code>uint32 Unk3300_GMKMNHIBPEP = 4;</code>
|
||||
* @return The unk3300GMKMNHIBPEP.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getUnk3300GMKMNHIBPEP() {
|
||||
return unk3300GMKMNHIBPEP_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 Unk3300_GMKMNHIBPEP = 4;</code>
|
||||
* @param value The unk3300GMKMNHIBPEP to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUnk3300GMKMNHIBPEP(int value) {
|
||||
|
||||
unk3300GMKMNHIBPEP_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 Unk3300_GMKMNHIBPEP = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUnk3300GMKMNHIBPEP() {
|
||||
|
||||
unk3300GMKMNHIBPEP_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int unk3300EGGFJCICOBD_ ;
|
||||
/**
|
||||
* <code>uint32 Unk3300_EGGFJCICOBD = 12;</code>
|
||||
* <code>uint32 Unk3300_EGGFJCICOBD = 13;</code>
|
||||
* @return The unk3300EGGFJCICOBD.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -709,7 +709,7 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
return unk3300EGGFJCICOBD_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 Unk3300_EGGFJCICOBD = 12;</code>
|
||||
* <code>uint32 Unk3300_EGGFJCICOBD = 13;</code>
|
||||
* @param value The unk3300EGGFJCICOBD to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -720,7 +720,7 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 Unk3300_EGGFJCICOBD = 12;</code>
|
||||
* <code>uint32 Unk3300_EGGFJCICOBD = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUnk3300EGGFJCICOBD() {
|
||||
@@ -796,12 +796,12 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033SummerTimeDungeonInfo.proto\"\237\001\n\025Summer" +
|
||||
"TimeDungeonInfo\022\022\n\ndungeon_id\030\t \001(\r\022\033\n\023U" +
|
||||
"nk3300_GMKMNHIBPEP\030\001 \001(\r\022\033\n\023Unk3300_HJHO" +
|
||||
"DMOIMKG\030\010 \001(\r\022\033\n\023Unk3300_GALEDJLAIPM\030\005 \001" +
|
||||
"(\r\022\033\n\023Unk3300_EGGFJCICOBD\030\014 \001(\rB\033\n\031emu.g" +
|
||||
"rasscutter.net.protob\006proto3"
|
||||
"\n\033SummerTimeDungeonInfo.proto\"\236\001\n\025Summer" +
|
||||
"TimeDungeonInfo\022\033\n\023Unk3300_HJHODMOIMKG\030\010" +
|
||||
" \001(\r\022\033\n\023Unk3300_GALEDJLAIPM\030\002 \001(\r\022\021\n\tdun" +
|
||||
"geonId\030\005 \001(\r\022\033\n\023Unk3300_GMKMNHIBPEP\030\004 \001(" +
|
||||
"\r\022\033\n\023Unk3300_EGGFJCICOBD\030\r \001(\rB\033\n\031emu.gr" +
|
||||
"asscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -812,7 +812,7 @@ public final class SummerTimeDungeonInfoOuterClass {
|
||||
internal_static_SummerTimeDungeonInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_SummerTimeDungeonInfo_descriptor,
|
||||
new java.lang.String[] { "DungeonId", "Unk3300GMKMNHIBPEP", "Unk3300HJHODMOIMKG", "Unk3300GALEDJLAIPM", "Unk3300EGGFJCICOBD", });
|
||||
new java.lang.String[] { "Unk3300HJHODMOIMKG", "Unk3300GALEDJLAIPM", "DungeonId", "Unk3300GMKMNHIBPEP", "Unk3300EGGFJCICOBD", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user