mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
6 lines
142 B
Protocol Buffer
6 lines
142 B
Protocol Buffer
import "Commons/NpcReputationDBInfo.proto";
|
|
|
|
message NpcReputationInfoResponse {
|
|
repeated NpcReputationDBInfo npc_reputation_info = 1;
|
|
}
|