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,3 @@
pub mod dice;
pub mod die;
pub mod roll_result;