7 lines
99 B
Protocol Buffer
7 lines
99 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message NpcTalkInfo {
|
||
|
uint32 entityId = 1;
|
||
|
repeated uint32 talkIdList = 2;
|
||
|
}
|