feat: add roll method to Dice

This commit is contained in:
2025-11-15 12:41:41 +01:00
parent dd22385aff
commit f1dfbb0fff
11 changed files with 58 additions and 2 deletions

View File

@@ -1,2 +1,4 @@
pub mod dice_grab;
pub mod dice_roll;
pub mod die_new;
pub mod die_roll;