Vault

Vault

7M Downloads

Add setPlayer(String s, double amt);

TimLampen opened this issue ยท 1 comments

commented

This would be helpful to reset bank or set it to a specific value

commented

While it might be helpful this can be done with the methods available already. get the current balance and figure out if the account needs addition or subtraction and call the correct method to adjust the balance. You can write your own helper methods for this.