GC-Proto/proto/ChangeGameTimeRsp.proto

13 lines
231 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 182
// EnetChannelId: 0
// EnetIsReliable: true
message ChangeGameTimeRsp {
int32 retcode = 7;
uint32 cur_game_time = 1;
uint32 extra_days = 2;
}