add bank (überweisen, einzahlen, auszahlen, Fraktionskasse)

This commit is contained in:
Michael
2020-07-03 22:24:44 +02:00
parent 4179651790
commit cffcc5659a
9 changed files with 471 additions and 6 deletions

View File

@@ -123,6 +123,8 @@ namespace ReallifeGamemode.Database.Entities
public bool IsAdmin(AdminLevel level) => AdminLevel >= level;
public int Points { get; set; }
public int otheramount { get; set; } = 0;
[NotMapped]
public Player Player
{