GC-Proto/proto/EvtBulletMoveNotify.proto
2024-08-21 13:31:37 +08:00

13 lines
297 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
import "ForwardType.proto";
// 4.7.0
// CmdId: 24493x,28844x,24809?,3013x?
// Obf: BKFCEHKJCCA
message EvtBulletMoveNotify {
uint32 entity_id = 10;
Vector cur_pos = 14;
ForwardType forward_type = 2;
}