Debug gang chat
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user