feat: add 'new' method for Die struct
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
use crate::*;
|
||||
|
||||
#[derive(Debug, Default, PartialEq, Clone)]
|
||||
pub struct O {}
|
||||
pub struct O {
|
||||
pub(crate) sides: u16,
|
||||
}
|
||||
|
||||
// impl std::fmt::Display for O {
|
||||
// fn fmt(&self, _f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> {
|
||||
|
||||
Reference in New Issue
Block a user