示例#1
0
 public static BankAccount GetWorldAccount(this BankingPlugin bankingPlugin)
 {
     return(bankingPlugin.GetBankAccount("Server", Config.Instance.CurrencyType));
 }
示例#2
0
 public static BankAccount GetBankAccount(this BankingPlugin bankingPlugin, TSPlayer player)
 {
     return(bankingPlugin.GetBankAccount(player, Config.Instance.CurrencyType));
 }