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

@ -11,7 +11,7 @@ use common::{
self,
behavior::{CharacterBehavior, JoinData, JoinTuple},
},
sync::{Uid, UidAllocator},
uid::{Uid, UidAllocator},
};
use specs::{Entities, Join, LazyUpdate, Read, ReadExpect, ReadStorage, System, WriteStorage};