mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-06 17:16:08 +03:00
10 lines
191 B
Protocol Buffer
10 lines
191 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.6.0
|
|
// CmdId: 24463
|
|
message NpcTalkReq {
|
|
uint32 entity_id = 2;
|
|
uint32 npc_entity_id = 12;
|
|
uint32 talk_id = 15;
|
|
} |