1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-06 00:56:07 +03:00
GC-Proto/proto/NpcTalkRsp.proto
2024-04-22 04:51:36 +08:00

10 lines
190 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message NpcTalkRsp {
int32 retcode = 7;
uint32 entity_id = 11;
uint32 cur_talk_id = 6;
uint32 npc_entity_id = 9;
}