menu
dungeon_world_data package
documentation
move.dart
Move
dice property
dice property
dark_mode
light_mode
dice
property
List
<
Dice
>
dice
final
The dice of the move - how many dice to roll, and what size.
Implementation
final List<Dice> dice;
dungeon_world_data package
documentation
move
Move
dice property
Move class