feat: add a new empty function to grab a handful of dice
This commit is contained in:
7
01.workspace/oxidice_lib/src/imp/handful_grab.rs
Normal file
7
01.workspace/oxidice_lib/src/imp/handful_grab.rs
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
use crate::*;
|
||||||
|
|
||||||
|
impl Handful {
|
||||||
|
pub fn grab(dice: u16, sides: u16) -> Self {
|
||||||
|
todo!()
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1 +1 @@
|
|||||||
|
pub mod handful_grab;
|
||||||
|
|||||||
Reference in New Issue
Block a user