16 lines
296 B
Protocol Buffer
16 lines
296 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "OnlinePlayerInfo.proto";
|
|
|
|
// Name: FNPGJPIIMLH
|
|
// CmdId: 61
|
|
message GetOnlinePlayerInfoRsp {
|
|
OnlinePlayerInfo target_player_info = 15;
|
|
uint32 target_uid = 11;
|
|
int32 retcode = 13;
|
|
uint32 param = 6;
|
|
}
|
|
|