pub type TokenResource<const TOTAL: u64> = FracGhostResource<(), TOTAL>;
pub struct TokenResource<const TOTAL: u64> { /* private fields */ }