20 lines
338 B
Protocol Buffer
20 lines
338 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "ReunionPrivilegeInfo.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message GetReunionPrivilegeInfoRsp {
|
|
enum PFCEOPKKNAE {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 5065;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
int32 retcode = 15;
|
|
ReunionPrivilegeInfo privilegeInfo = 14;
|
|
}
|