Moved common networking code to common/net, clippy fixes

This commit is contained in:
Joshua Barretto
2020-12-13 17:11:55 +00:00
parent 7963ad930c
commit f8c8e342e6
99 changed files with 786 additions and 747 deletions

View File

@ -2,7 +2,7 @@ use crate::{
comp::{humanoid, quadruped_low, quadruped_medium, quadruped_small, Body},
path::Chaser,
rtsim::RtSimController,
sync::Uid,
uid::Uid,
};
use specs::{Component, Entity as EcsEntity};
use specs_idvs::IdvStorage;