GC-Proto/proto/PSPlayerApplyEnterMpRsp.proto

14 lines
221 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: EKGBIBIKFPI
// CmdId: 1802
message PSPlayerApplyEnterMpRsp {
string target_psn_id = 1;
int32 retcode = 8;
uint32 param = 3;
}