6 lines
91 B
Protocol Buffer
6 lines
91 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message NpcTalkReq {
|
|
uint32 npc_entity_id = 7;
|
|
uint32 talk_id = 6;
|
|
}
|