Descent-based create/update mechanism

This commit is contained in:
Lucien Greathouse
2018-12-14 23:34:31 -08:00
parent f125814847
commit 5707b8c7e8
4 changed files with 48 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ pub struct RbxSnapshotInstance<'a> {
pub class_name: Cow<'a, str>,
pub properties: HashMap<String, RbxValue>,
pub children: Vec<RbxSnapshotInstance<'a>>,
pub update_trigger_paths: Vec<PathBuf>,
pub source_path: Option<PathBuf>,
}
fn reify_core(snapshot: &RbxSnapshotInstance) -> RbxInstance {