Items.EnchantedLongSword.EnchantedLongSword C# (CSharp) 메소드

EnchantedLongSword() 공개 메소드

public EnchantedLongSword ( ) : Dices
리턴 Dices
        public EnchantedLongSword()
        {
            Name = "Long Sword of Mighty Swing";
            Dice = new Dice(8);
            Enchanment = 1;
            WeaponType = WeaponTypeEnum.HeavyBlade;
            DamageType = "Force";
        }
    }
EnchantedLongSword