GC-Proto/proto/ServerTimeNotify.proto

9 lines
163 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdID: 28606
message ServerTimeNotify {
uint64 server_time = 1;
}