public void TakeMoney(int Amount, Player Target) { }
public void GiveMoney(int Amount, Player Target) { //Gives the amount of money to the target player }