Items.MorningStar.MorningStar C# (CSharp) Method

MorningStar() public method

public MorningStar ( ) : Dices
return Dices
        public MorningStar()
        {
            Name = "MorningStar";
            Dice = new Dice(10);
            Enchanment = 0;
            Range = 1;
            CanOneHanded = true;
            DamageType = "Blunt";
            WeaponType = WeaponTypeEnum.Flail;
        }
    }
MorningStar