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:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user