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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user