public static BankAccount GetWorldAccount(this BankingPlugin bankingPlugin) { return(bankingPlugin.GetBankAccount("Server", Config.Instance.CurrencyType)); }
public static BankAccount GetBankAccount(this BankingPlugin bankingPlugin, TSPlayer player) { return(bankingPlugin.GetBankAccount(player, Config.Instance.CurrencyType)); }