1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

improve network log support

This commit is contained in:
RaidMax
2022-02-13 14:53:01 -06:00
parent ec6f71fce3
commit 6eaae7ea22
7 changed files with 259 additions and 58 deletions

View File

@ -23,7 +23,8 @@ namespace SharedLibraryCore.Interfaces
/// </summary>
/// <param name="fileSizeDiff"></param>
/// <param name="startPosition"></param>
/// <param name="server"></param>
/// <returns></returns>
Task<IEnumerable<GameEvent>> ReadEventsFromLog(long fileSizeDiff, long startPosition);
Task<IEnumerable<GameEvent>> ReadEventsFromLog(long fileSizeDiff, long startPosition, Server server);
}
}
}