mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
21 lines
315 B
Protocol Buffer
21 lines
315 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message BlessingAcceptGivePicRsp {
|
|
enum FEJBBKCGFHF {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 2069;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
uint32 picId = 12;
|
|
uint32 index = 13;
|
|
uint32 uid = 11;
|
|
int32 retcode = 14;
|
|
}
|