Add more types of moneytransfer

This commit is contained in:
VegaZ
2018-10-09 21:41:52 +02:00
parent e3070913cb
commit 7d21f9c06e
6 changed files with 152 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ namespace reallife_gamemode.Server.Entities
public int Id { get; set; }
[StringLength(32)]
public string Name { get; set; }
public int BankAccount { get; set; }
public float BankAccount { get; set; }
public bool StateOwned { get; set; }
}
}