예제 #1
0
    public static void BattleTurn(double resistance)
    {
        ConsoleKeyInfo continueKey;

        Console.WriteLine("You {0}ed the goose for {1} damage!", Catch.ActionPhrase(), (resistance));
        continueKey = Console.ReadKey();
    }