mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-24 22:20:35 -05:00
Additional zombie stast work
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
namespace Data.Models.Zombie;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Data.Models.Zombie;
|
||||
|
||||
public class ZombieMatchClientStat : ZombieClientStat
|
||||
{
|
||||
|
||||
[NotMapped] public int? JoinedRound { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user