mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 21:54:38 +03:00
32 lines
602 B
Protocol Buffer
32 lines
602 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
import "ShapeSphere.proto";
|
||
|
import "ShapeBox.proto";
|
||
|
|
||
|
message MassiveEntityElementOpBatchNotify {
|
||
|
//enum OMOHMOHBBMC {
|
||
|
// option allow_alias= true;
|
||
|
// NONE = 0;
|
||
|
// PEPPOHPHJOJ = 390;
|
||
|
// DCDNILFDFLB = 0;
|
||
|
// NNBKOLMPOEA = 1;
|
||
|
// EAJIABGAOCI = 1;
|
||
|
//}
|
||
|
|
||
|
float attackElementDurability = 6;
|
||
|
int32 Unk3300_KNLDJPEMCKP = 9;
|
||
|
int32 Unk3300_PNANGDNNFCH = 11;
|
||
|
uint32 attackerId = 10;
|
||
|
uint32 userId = 4;
|
||
|
int32 entityType = 2;
|
||
|
oneof check_shape {
|
||
|
ShapeSphere shape_sphere = 7;
|
||
|
ShapeBox shape_box = 8;
|
||
|
}
|
||
|
uint32 opIdx = 1;
|
||
|
}
|