mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
24 lines
518 B
Protocol Buffer
24 lines
518 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ShapeBox.proto";
|
|
import "ShapeSphere.proto";
|
|
|
|
// CmdId: 400
|
|
// Name: HAPKANDAINI
|
|
message MassiveEntityElementOpBatchNotify {
|
|
int32 entity_type = 5;
|
|
float attack_element_durability = 6;
|
|
int32 FJPCMHBFKLB = 9;
|
|
uint32 ODJPGAKLKAK = 7;
|
|
int32 BAPFIFOEPHB = 8;
|
|
uint32 IFJIEDHNCFA = 10;
|
|
uint32 attacker_id = 13;
|
|
oneof check_shape {
|
|
ShapeSphere shape_sphere = 12;
|
|
ShapeBox shape_box = 14;
|
|
}
|
|
}
|
|
|