20 lines
334 B
Protocol Buffer
20 lines
334 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message BrickBreakerPlayerSetAvatarNotify {
|
||
|
enum KLPPMKBNEHC {
|
||
|
option allow_alias = true;
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 5368;
|
||
|
DCDNILFDFLB = 0;
|
||
|
NNBKOLMPOEA = 1;
|
||
|
}
|
||
|
|
||
|
repeated uint32 costumeIdList = 6;
|
||
|
uint32 uid = 3;
|
||
|
repeated uint32 avatarIdList = 13;
|
||
|
}
|