13 lines
295 B
Protocol Buffer
13 lines
295 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "OnlinePlayerInfo.proto";
|
|
// 4.7.0
|
|
// CmdId: 1490
|
|
// Obf: ACFKBEAGCNK
|
|
message GetOnlinePlayerInfoRsp {
|
|
uint32 target_uid = 2; // OK
|
|
OnlinePlayerInfo target_player_info = 12;
|
|
uint32 param = 7;
|
|
int32 retcode = 13;
|
|
}
|