Items.LongSword.LongSword C# (CSharp) Méthode

LongSword() public méthode

public LongSword ( ) : Dices
Résultat Dices
        public LongSword()
        {
            Name = "Longsword";
            Dice = new Dice(8);
            Range = 1;
            Enchanment = 0;
            DamageType = "Slash";
            WeaponType = WeaponTypeEnum.HeavyBlade;
        }
    }
LongSword