mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
fix issue with duplicate js function names for loader
hide flagged status of users on webfront unless logged in (will still show the level if they report someone because cba to update the view component w/out auth status) add terminal to the radar maps
This commit is contained in:
14
SharedLibraryCore/Dtos/IW4MAdminInfo.cs
Normal file
14
SharedLibraryCore/Dtos/IW4MAdminInfo.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SharedLibraryCore.Dtos
|
||||
{
|
||||
public class IW4MAdminInfo
|
||||
{
|
||||
public int TotalClientCount { get; set; }
|
||||
public int RecentClientCount { get; set; }
|
||||
public int TotalOccupiedClientSlots { get; set; }
|
||||
public int TotalAvailableClientSlots { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user