update to game version 131.10.2

This commit is contained in:
Mikhail Tyukin
2025-03-27 15:52:17 -04:00
parent d67a7d64cd
commit 3d3c32007c
7 changed files with 17738 additions and 7183 deletions

View File

@@ -9,9 +9,11 @@ namespace EpinelPS.LobbyServer.Intercept
{
var req = await ReadData<ReqInterceptAnomalousData>();
// TODO
var response = new ResInterceptAnomalousData
{
LastEnteredInterceptAnomalousId = 1,
InterceptAnomalousManagerId = 1,
RemainingTickets = 5
};
response.ClearedInterceptAnomalousIds.Add(new[] { 1, 2, 3, 4, 5 });