This commit is contained in:
Vlyan
2020-12-09 18:52:47 +01:00
parent b0511badd8
commit 2ba148c59c
6 changed files with 382 additions and 3 deletions

View File

@@ -16,3 +16,8 @@ export { RollL5r5e } from "./dice/roll.js";
* Dice pool utility specializing in the L5r5e special dice
*/
export { DicePoolL5r5e } from "./dice/pool.js";
/**
* Dice Picker Dialog
*/
export { DicePickerDialog } from "./dice/dice-picker-dialog.js";