
Suggestion: Add further features to Town/Nation Bank Manipulation
ItsRainingHP opened this issue ยท 2 comments
- Town#depositToBank, Town#withdrawFromBank, Nation#depositToBank, and Nation#withdrawFromBank currently only accepts int values. This does not let developers deposit "change" or decimal values.
- I would like to request the same methods be overloaded implementing an API call that does not require a resident. i.e. Town#depositToBank(double value), etc
- Town#setBank - API call to set town bank value
- Nation#setBank - API call to set nation bank value