9
proto/NpcTalkReq.proto
Normal file
9
proto/NpcTalkReq.proto
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
message NpcTalkReq {
|
||||||
|
uint32 npc_entity_id = 1;
|
||||||
|
uint32 talk_id = 3;
|
||||||
|
uint32 entity_id = 4;
|
||||||
|
}
|
||||||
10
proto/NpcTalkRsp.proto
Normal file
10
proto/NpcTalkRsp.proto
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
message NpcTalkRsp {
|
||||||
|
int32 retcode = 1;
|
||||||
|
uint32 npc_entity_id = 2;
|
||||||
|
uint32 cur_talk_id = 4;
|
||||||
|
uint32 entity_id = 5;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user