Driving School

This commit is contained in:
Michael
2019-10-30 19:27:17 +01:00
parent 42a07a1375
commit 36a4af4948
3 changed files with 12 additions and 5 deletions

View File

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