Move Specs code to own common_ecs create, put tracy and macros into common_base

This commit is contained in:
Marcel Märtens
2021-03-08 23:40:02 +01:00
parent 8c1ac78ce3
commit 4ebfbdde0f
85 changed files with 282 additions and 193 deletions

View File

@ -18,9 +18,9 @@ use common::{
self,
behavior::{CharacterBehavior, JoinData, JoinStruct},
},
system::{Job, Origin, Phase, System},
uid::Uid,
};
use common_ecs::{Job, Origin, Phase, System};
use std::time::Duration;
fn incorporate_update(join: &mut JoinStruct, state_update: StateUpdate) {