menu
dungeon_world_data package
documentation
dice.dart
DiceRoll
roll static method
roll static method
dark_mode
light_mode
roll
static method
DiceRoll
roll
(
Dice
dice
)
Rolls a single dice and returns the result.
Implementation
static DiceRoll roll(Dice dice) => dice.roll();
dungeon_world_data package
documentation
dice
DiceRoll
roll static method
DiceRoll class