GSServer-CBT/soggy-mistress/proto/NpcTalkInfo.proto

7 lines
99 B
Protocol Buffer
Raw Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
message NpcTalkInfo {
uint32 entityId = 1;
repeated uint32 talkIdList = 2;
}