@yipe/dice 0.2.22 → 0.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/builder/index.cjs
CHANGED
|
@@ -5110,6 +5110,7 @@ RollBuilder.prototype.dc = function(saveDC) {
|
|
|
5110
5110
|
exports.ACBuilder = ACBuilder;
|
|
5111
5111
|
exports.AlwaysCritBuilder = AlwaysCritBuilder;
|
|
5112
5112
|
exports.AlwaysHitBuilder = AlwaysHitBuilder;
|
|
5113
|
+
exports.AttackBuilder = AttackBuilder;
|
|
5113
5114
|
exports.DCBuilder = DCBuilder;
|
|
5114
5115
|
exports.HalfRollBuilder = HalfRollBuilder;
|
|
5115
5116
|
exports.MaxOfRollBuilder = MaxOfRollBuilder;
|