mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-15 06:34:36 +03:00
31 lines
586 B
Protocol Buffer
31 lines
586 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "ShapeSphere.proto";
|
||
|
import "ShapeBox.proto";
|
||
|
option java_package = "emu.grasscutter.net.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 IJEKMGHCAPI {
|
||
|
ShapeSphere shape_sphere = 7;
|
||
|
ShapeBox shape_box = 8;
|
||
|
}
|
||
|
uint32 opIdx = 1;
|
||
|
}
|