mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
include client name in stats info result
This commit is contained in:
@ -5,6 +5,11 @@ namespace Stats.Dtos
|
||||
{
|
||||
public class StatsInfoResult
|
||||
{
|
||||
/// <summary>
|
||||
/// client name
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ranking on the server
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user