Start finance system

This commit is contained in:
Lukas Moungos
2019-07-06 15:51:36 +02:00
parent 3e14b49ede
commit f794f94c1b
8 changed files with 1456 additions and 6 deletions

View File

@@ -84,6 +84,9 @@ namespace ReallifeGamemode.Server.Entities
Client.TriggerEvent("SERVER:SetWanteds", value);
}
}
public int Wage { get; set; }
public bool IsAdmin(AdminLevel level) => AdminLevel >= level;