Ejemplo n.º 1
0
        public static Potion GetPotion(Potion potion, List <Potion> potions)
        {
            potion = potions[RandomNumber.NumberBetween(0, 7)];

            return(potion);
        }