mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-06 06:32:13 +02:00
pushing
This commit is contained in:
5
protocol/proto/Response/NpcReputationInfoResponse.proto
Normal file
5
protocol/proto/Response/NpcReputationInfoResponse.proto
Normal file
@@ -0,0 +1,5 @@
|
||||
import "Commons/NpcReputationDBInfo.proto";
|
||||
|
||||
message NpcReputationInfoResponse {
|
||||
repeated NpcReputationDBInfo npc_reputation_info = 1;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import "Commons/NpcReputationDBInfo.proto";
|
||||
|
||||
message NpcReputationRecoveryResponse {
|
||||
repeated NpcReputationDBInfo npc_reputation_info = 1;
|
||||
}
|
||||
3
protocol/proto/Response/SendLogResponse.proto
Normal file
3
protocol/proto/Response/SendLogResponse.proto
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
message SendLogResponse {
|
||||
}
|
||||
Reference in New Issue
Block a user