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