1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

set team properly/tint scoreboard background for team

This commit is contained in:
RaidMax
2022-03-25 13:16:41 -05:00
parent 1d9c75bcd6
commit adf483e692
6 changed files with 15 additions and 3 deletions

View File

@ -1,4 +1,5 @@
using System.Collections.Generic;
using SharedLibraryCore.Database.Models;
namespace WebfrontCore.ViewModels
{
@ -24,5 +25,6 @@ namespace WebfrontCore.ViewModels
public double? ScorePerMinute { get; set; }
public double? Kdr { get; set; }
public double? ZScore { get; set; }
public EFClient.TeamType Team { get; set; }
}
}