1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

track match start/end time where possible

This commit is contained in:
RaidMax
2022-10-23 13:32:09 -05:00
parent 34cafc4066
commit 5b7e56f894
3 changed files with 13 additions and 4 deletions

View File

@ -100,6 +100,8 @@ namespace SharedLibraryCore
public List<ChatInfo> ChatHistory { get; protected set; }
public ClientHistoryInfo ClientHistory { get; }
public Game GameName { get; set; }
public DateTime? MatchEndTime { get; protected set; }
public DateTime? MatchStartTime { get; protected set; }
public string Hostname
{