Files
l5rx-chiaroscuro/system/scripts/dice/roll.js
Mandar a0a99eb08c Add Templates Html + Gulp Sass + Css + Basic Tree and Files
- Add Templates Html
- Gulp Sass
- Css
- Basic Tree and Files
2020-12-04 23:23:04 +01:00

9 lines
139 B
JavaScript

/**
* New extension of the core DicePool class for evaluating rolls with the FFG DiceTerms
*/
export class RollL5r5e extends Roll {
}