[+] Finished Payday-System

This commit is contained in:
Lukas Moungos
2019-07-19 23:22:21 +02:00
parent adfc6fe8e9
commit 82b91543a9
6 changed files with 1269 additions and 0 deletions

View File

@@ -89,6 +89,8 @@ namespace ReallifeGamemode.Server.Entities
public int JailTime { get; set; }
public int PaydayTimer { get; set; }
public bool IsAdmin(AdminLevel level) => AdminLevel >= level;
public IBankAccount GetBankAccount(DatabaseContext databaseContext = null)