GC-Proto/proto/ServerTimeNotify.proto

11 lines
184 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 82
// EnetChannelId: 1
// EnetIsReliable: true
message ServerTimeNotify {
uint64 server_time = 15;
}