20 lines
351 B
Protocol Buffer
20 lines
351 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "OnlinePlayerInfo.proto";
|
|
message GetOnlinePlayerListRsp {
|
|
enum JACCPPBBJMH {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 62;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
int32 retcode = 5;
|
|
uint32 param = 14;
|
|
repeated OnlinePlayerInfo playerInfoList = 9;
|
|
}
|