mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-18 18:04:42 +01:00
add GetInterceptData
This commit is contained in:
15
nksrv/Protos/intercept.proto
Normal file
15
nksrv/Protos/intercept.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option csharp_namespace = "nksrv.Net";
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
import "google/protobuf/Duration.proto";
|
||||
import "Protos/allmsgs.proto";
|
||||
|
||||
message ReqGetInterceptData {}
|
||||
message ResGetInterceptData {
|
||||
int32 NormalInterceptGroup = 1;
|
||||
int32 SpecialInterceptId = 2;
|
||||
int32 TicketCount = 3;
|
||||
int32 MaxTicketCount = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user