mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-18 09:54:36 +01:00
Add intercept support (#14)
* Add files via upload --------- Co-authored-by: Mikhail <mishakeys20@gmail.com>
This commit is contained in:
@@ -15,9 +15,13 @@ namespace nksrv.LobbyServer.Msgs.Intercept
|
||||
{
|
||||
var req = await ReadData<ReqGetInterceptData>();
|
||||
|
||||
var response = new ResGetInterceptData();
|
||||
|
||||
// TODO implement
|
||||
var response = new ResGetInterceptData
|
||||
{
|
||||
NormalInterceptGroup = 1,
|
||||
SpecialInterceptId = 1,
|
||||
TicketCount = 5,
|
||||
MaxTicketCount = 10
|
||||
};
|
||||
|
||||
await WriteDataAsync(response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user