13 lines
285 B
Protocol Buffer
13 lines
285 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "ForwardType.proto";
|
|
import "Vector.proto";
|
|
// 4.7.0
|
|
// CmdId: 28844
|
|
// Obf: OIFFIANHCNK
|
|
message EvtBulletDeactiveNotify {
|
|
ForwardType forward_type = 14;
|
|
uint32 entity_id = 5;
|
|
Vector disappear_pos = 12;
|
|
}
|