feat: add Die and Dice structs with grab and and_grab methods

This commit is contained in:
2025-11-15 12:01:24 +01:00
parent ab757e3080
commit 589c25cdcd
12 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
pub mod dice;
pub mod die;