Example #1
0
        protected override bool UseItem()
        {
            Game.MessageLog.Add($"You prepare to throw the {Name}");
            RemainingUses--;

            return(fireball.Perform());
        }