9 lines
100 B
JavaScript
9 lines
100 B
JavaScript
|
|
|
|
/**
|
|
* Dice pool utility specializing in the FFG special dice
|
|
*/
|
|
export class DicePoolL5r5e {
|
|
|
|
}
|