Exemplo n.º 1
0
        public override string[] Ability1()
        {
            var fireball = new Fireball();

            return(fireball.Info());
        }