11 lines
236 B
Protocol Buffer
11 lines
236 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
// CmdID: 22788
|
||
|
|
||
|
message BBINOMJIGHP {
|
||
|
uint64 cur_avatar_guid = 2;
|
||
|
int32 retcode = 11;
|
||
|
repeated uint64 avatar_team_guid_list = 15;
|
||
|
}
|