mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-17 01:15:13 +01:00
15 lines
355 B
Protocol Buffer
15 lines
355 B
Protocol Buffer
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;
|
|
} |