ABM_creator.ConsumableCreator.nonpotion C# (CSharp) Метод

nonpotion() публичный Метод

public nonpotion ( int spellid ) : bool
spellid int
Результат bool
        public bool nonpotion(int spellid)
        {
            if (spellid >= 174 && spellid <= 182 || spellid == 2)
                return true;
            else return false;
        }