Debug gang chat

This commit is contained in:
CroniX
2020-06-22 19:31:39 +02:00
parent c11fe57160
commit 21aee08936
2 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ namespace ReallifeGamemode.Database.Entities
[StringLength(32)]
public string Name { get; set; }
public bool StateOwned { get; set; }
public bool GangOwned { get; set; }
public int WeaponDealTime { get; set; } = 60;
public override string BankAccountName => Name;