mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-21 11:24:40 +01:00
update to game version 131.10.2
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user