ILH7JI6H226Y2MQCLT5IQNXBI3ZEOGSP4W7AJDZNH3HDS57I6D7AC
J7BRIGVBKBZRXMEATT4EJ53YXMXQZLWQ7XRKV7DSJD5UBSJM2S5QC
62BXKX6RMC7TXVHKGAYUCKNS7FK2TXGBJEAFQPCQZPIA4Y46IKKAC
use core::fmt;
#[derive(Debug, Default)]pub struct Game {}
#[derive(Debug, Default)]
pub struct Game {}
#[derive(Default)]pub struct Game { world: hecs::World,}
#[derive(Default)]
pub struct Game {
world: hecs::World,
}
impl fmt::Debug for Game { fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { f.debug_struct("Game").finish_non_exhaustive() }}
impl fmt::Debug for Game {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
f.debug_struct("Game").finish_non_exhaustive()
hecs = "0.10.4"