menu
dungeon_world_data package
documentation
dice.dart
Dice
sides property
sides property
dark_mode
light_mode
sides
property
int
sides
final
The amount of sides on the dice. In a 2d6 roll, this would be 6.
Implementation
final int sides;
dungeon_world_data package
documentation
dice
Dice
sides property
Dice class