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