summaryrefslogtreecommitdiff
path: root/ecs/src/stats.rs
blob: 56a5c32fdb01e743e5fc118dc65be880b61f8803 (plain)
1
2
3
4
5
6
7
8
use ecs_macros::Sole;

#[derive(Debug, Default, Sole)]
#[non_exhaustive]
pub struct Stats
{
    pub current_tick: u64,
}