Exemplo n.º 1
0
 public void TakeMoney(int Amount, Player Target)
 {
 }
Exemplo n.º 2
0
 public void GiveMoney(int Amount, Player Target)
 {
     //Gives the amount of money to the target player
 }