Exemplo n.º 1
0
        private static void Withdraw(TSPlayer player, int amount)
        {
            BankHandler handler = new BankHandler();

            handler.Withdraw(player, amount);
        }
Exemplo n.º 2
0
        private static void Withdraw(TSPlayer player, int amount)
        {
            BankHandler handler = new BankHandler();

            handler.Withdraw(player, amount);
        }