@@ -48,6 +48,9 @@ |
||
48 | 48 | return strtolower($type); |
49 | 49 | } |
50 | 50 | |
51 | + /** |
|
52 | + * @param integer $diceCount |
|
53 | + */ |
|
51 | 54 | private function buildNDice($diceCount, callable $constructorFunction) |
52 | 55 | { |
53 | 56 | $newDice = []; |