mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-23 06:50:31 +03:00
21 lines
352 B
Protocol Buffer
21 lines
352 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
import "ReunionPrivilegeInfo.proto";
|
||
|
|
||
|
message GetReunionPrivilegeInfoRsp {
|
||
|
//enum PFCEOPKKNAE {
|
||
|
// option allow_alias= true;
|
||
|
// NONE = 0;
|
||
|
// PEPPOHPHJOJ = 5065;
|
||
|
// DCDNILFDFLB = 0;
|
||
|
// NNBKOLMPOEA = 1;
|
||
|
//}
|
||
|
|
||
|
int32 retcode = 15;
|
||
|
ReunionPrivilegeInfo privilegeInfo = 14;
|
||
|
}
|