[+] Start WeaponDeal-System
This commit is contained in:
@@ -20,6 +20,7 @@ namespace ReallifeGamemode.Database.Entities
|
||||
[StringLength(32)]
|
||||
public string Name { get; set; }
|
||||
public bool StateOwned { get; set; }
|
||||
public int WeaponDealTime { get; set; } = 60;
|
||||
|
||||
public IBankAccount GetBankAccount(DatabaseContext databaseContext = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user