예제 #1
0
 public BankAccount GetBankAccount(string playerName, string accountType)
 {
     return(Bank.GetBankAccount(playerName, accountType));
 }
예제 #2
0
 public BankAccount GetBankAccount(TSPlayer player, string accountType)
 {
     return(Bank.GetBankAccount(player.Name, accountType));
 }