Add more types of moneytransfer
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user