Descent.Model.Player.Figure.HeroStuff.Equipment.DiceContribution C# (CSharp) Méthode

DiceContribution() private méthode

A method that return the dice of the weapon, used to pass on as a delegate.
private DiceContribution ( ) : List
Résultat List
        private List<Dice> DiceContribution()
        {
            return dice;
        }