Descent.Model.Player.Figure.HeroStuff.Equipment.DiceContribution C# (CSharp) Method

DiceContribution() private method

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