14 lines
254 B
Protocol Buffer
14 lines
254 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "OnlinePlayerInfo.proto";
|
||
|
|
||
|
// Name: EKDHNBAJHBA
|
||
|
// CmdId: 4642
|
||
|
message HomeGetOnlineStatusRsp {
|
||
|
repeated OnlinePlayerInfo player_info_list = 2;
|
||
|
int32 retcode = 13;
|
||
|
}
|
||
|
|