Add PunkteSystem

This commit is contained in:
Mac_Slash
2020-04-08 16:42:28 +02:00
parent 176f098b4f
commit 9cd5fa3f40
11 changed files with 418 additions and 257 deletions

View File

@@ -99,6 +99,7 @@ namespace ReallifeGamemode.Database.Entities
public bool WeaponLicense { get; set; } = false;
public bool IsAdmin(AdminLevel level) => AdminLevel >= level;
public int Points { get; set; }
[NotMapped]
public Player Player