mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-21 16:52:27 +00:00
Move API-specific responses to API project
This commit is contained in:
parent
b2ec7eae57
commit
b48f3df4e2
4 changed files with 7 additions and 3 deletions
|
@ -0,0 +1,10 @@
|
|||
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; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue