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

add tooltip timestamp to max concurrent players

This commit is contained in:
RaidMax
2021-09-14 18:12:20 -05:00
parent d4f505255c
commit 778bb34609
6 changed files with 49 additions and 18 deletions

View File

@ -1,4 +1,5 @@
using static SharedLibraryCore.Server;
using System;
using static SharedLibraryCore.Server;
namespace SharedLibraryCore.Dtos
{
@ -9,6 +10,7 @@ namespace SharedLibraryCore.Dtos
public int TotalOccupiedClientSlots { get; set; }
public int TotalAvailableClientSlots { get; set; }
public int MaxConcurrentClients { get; set; }
public DateTime MaxConcurrentClientsTime { get; set; }
/// <summary>
/// specifies the game name filter