rusty_flagon_lib 1.0.0

A library for character generation for OSE Classic roleplaying game
Documentation
1
2
3
4
5
6
7
use crate::*;

/// A dice roller.
#[derive(Debug, Default, Clone)]
pub struct O {
    pub(crate) rng: rngs::ThreadRng,
}