space-game-tm/libspace/src/currency.rs

6 lines
71 B
Rust

pub type Currency = u64;
pub enum Currencies {
Dicero,
Stud,
}