feat: add Die and Dice structs with grab and and_grab methods
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
pub mod dice;
|
||||
pub mod die;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
pub mod dice;
|
||||
pub mod die;
|
||||
|
||||