Move sync code into common submodule

This commit is contained in:
Imbris
2019-11-24 15:12:03 -05:00
committed by Imbris
parent 609e0f23bf
commit 71cce03f29
27 changed files with 684 additions and 125 deletions

View File

@ -1,6 +1,6 @@
use crate::sync::Uid;
use specs::{Component, FlaggedStorage};
use specs_idvs::IDVStorage;
use sphynx::Uid;
use std::time::Duration;
use vek::*;