Move InstanceChanges into rbx_snapshot

This commit is contained in:
Lucien Greathouse
2018-12-17 14:20:19 -08:00
parent 8fadafcd24
commit 65e551c5cf
4 changed files with 17 additions and 18 deletions

View File

@@ -8,7 +8,8 @@ use crate::{
project::Project,
imfs::Imfs,
session_id::SessionId,
rbx_session::{RbxSession, InstanceChanges},
rbx_session::RbxSession,
rbx_snapshot::InstanceChanges,
fs_watcher::FsWatcher,
};