mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
8 lines
154 B
Protocol Buffer
8 lines
154 B
Protocol Buffer
|
|
message NpcReputationDBInfo {
|
|
optional int32 pack_id = 1;
|
|
optional int32 group_id = 2;
|
|
optional int32 npc_id = 3;
|
|
optional int32 point = 4;
|
|
}
|