GC-Proto/proto/PlayerGetForceQuitBanInfoRs...

14 lines
228 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: NOLOHBKIHLJ
// CmdId: 4176
message PlayerGetForceQuitBanInfoRsp {
int32 retcode = 6;
uint32 match_id = 7;
uint32 expire_time = 11;
}