Exemplo n.º 1
0
 public BankAccount GetBankAccount(string playerName, string accountType)
 {
     return(Bank.GetBankAccount(playerName, accountType));
 }
Exemplo n.º 2
0
 public BankAccount GetBankAccount(TSPlayer player, string accountType)
 {
     return(Bank.GetBankAccount(player.Name, accountType));
 }