buckshot_roulette_gameplay_engine/
round_number.rs

1
2
3
4
5
6
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum RoundNumber {
    One = 1,
    Two = 2,
    Three = 3,
}