mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 23:51:25 +08:00
Add support for game version 3.6 (#2110)
* Update to game version `3.6.0` (pt. 1) not complete! * Update to game version `3.6.0` (pt. 2) not complete! * Update compiled definitions
This commit is contained in:
@@ -19,15 +19,15 @@ public final class ServerTimeNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint64 server_time = 8;</code>
|
||||
* <code>uint64 server_time = 10;</code>
|
||||
* @return The serverTime.
|
||||
*/
|
||||
long getServerTime();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: OJGHKIIHLIG
|
||||
* CmdId: 50
|
||||
* CmdId: 63
|
||||
* Name: FDLANFBPBIO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ServerTimeNotify}
|
||||
@@ -74,7 +74,7 @@ public final class ServerTimeNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 64: {
|
||||
case 80: {
|
||||
|
||||
serverTime_ = input.readUInt64();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class ServerTimeNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.ServerTimeNotifyOuterClass.ServerTimeNotify.class, emu.grasscutter.net.proto.ServerTimeNotifyOuterClass.ServerTimeNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int SERVER_TIME_FIELD_NUMBER = 8;
|
||||
public static final int SERVER_TIME_FIELD_NUMBER = 10;
|
||||
private long serverTime_;
|
||||
/**
|
||||
* <code>uint64 server_time = 8;</code>
|
||||
* <code>uint64 server_time = 10;</code>
|
||||
* @return The serverTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class ServerTimeNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (serverTime_ != 0L) {
|
||||
output.writeUInt64(8, serverTime_);
|
||||
output.writeUInt64(10, serverTime_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class ServerTimeNotifyOuterClass {
|
||||
size = 0;
|
||||
if (serverTime_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(8, serverTime_);
|
||||
.computeUInt64Size(10, serverTime_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -280,8 +280,8 @@ public final class ServerTimeNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: OJGHKIIHLIG
|
||||
* CmdId: 50
|
||||
* CmdId: 63
|
||||
* Name: FDLANFBPBIO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ServerTimeNotify}
|
||||
@@ -432,7 +432,7 @@ public final class ServerTimeNotifyOuterClass {
|
||||
|
||||
private long serverTime_ ;
|
||||
/**
|
||||
* <code>uint64 server_time = 8;</code>
|
||||
* <code>uint64 server_time = 10;</code>
|
||||
* @return The serverTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -440,7 +440,7 @@ public final class ServerTimeNotifyOuterClass {
|
||||
return serverTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 server_time = 8;</code>
|
||||
* <code>uint64 server_time = 10;</code>
|
||||
* @param value The serverTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -451,7 +451,7 @@ public final class ServerTimeNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 server_time = 8;</code>
|
||||
* <code>uint64 server_time = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearServerTime() {
|
||||
@@ -528,7 +528,7 @@ public final class ServerTimeNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\026ServerTimeNotify.proto\"\'\n\020ServerTimeNo" +
|
||||
"tify\022\023\n\013server_time\030\010 \001(\004B\033\n\031emu.grasscu" +
|
||||
"tify\022\023\n\013server_time\030\n \001(\004B\033\n\031emu.grasscu" +
|
||||
"tter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user