mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
10 lines
No EOL
284 B
C#
10 lines
No EOL
284 B
C#
namespace LBPUnion.ProjectLighthouse.Servers.API.Responses;
|
|
|
|
public class StatisticsResponse
|
|
{
|
|
public int RecentMatches { get; set; }
|
|
public int Slots { get; set; }
|
|
public int Users { get; set; }
|
|
public int TeamPicks { get; set; }
|
|
public int Photos { get; set; }
|
|
} |