Add warn / removewarn system

This commit is contained in:
CroniX
2021-01-28 23:23:40 +01:00
parent 0f062530c9
commit 42b294d805
2 changed files with 73 additions and 0 deletions

View File

@@ -126,6 +126,8 @@ namespace ReallifeGamemode.Database.Entities
public int otheramount { get; set; } = 0;
public int failpoints { get; set; } = 0;
public int warn { get; set; } = 0;
[NotMapped]
public Player Player
{