10 lines
175 B
Protocol Buffer
10 lines
175 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// CmdId: 3890
|
|
// Obf: CJMFBCFOJFL
|
|
message NpcTalkRsp {
|
|
int32 retcode = 2;
|
|
uint32 entity_id = 8;
|
|
uint32 cur_talk_id = 14;
|
|
uint32 npc_entity_id = 15;
|
|
}
|