Spaces:
Running
Running
use bevy::prelude::*; | |
/* | |
π¦ Resources and Components. Learn more: https://bevy-cheatbook.github.io/programming/res.html | |
*/ | |
pub struct TickCounter { | |
pub count: u32, | |
pub tick_rate: u32, | |
} | |