12 lines
228 B
Protocol Buffer
12 lines
228 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "ForwardType.proto";
|
||
|
// CmdId: 27889
|
||
|
// Obf: BIBKKFDFKEH
|
||
|
message EvtEntityStartDieEndNotify {
|
||
|
ForwardType forward_type = 8;
|
||
|
uint32 entity_id = 1;
|
||
|
uint32 die_state_flag = 4;
|
||
|
bool immediately = 9;
|
||
|
}
|