mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Trimming of stuff to get into the snapshotting mood
This commit is contained in:
@@ -2,6 +2,7 @@ use std::{
|
||||
str,
|
||||
borrow::Cow,
|
||||
collections::HashMap,
|
||||
path::PathBuf,
|
||||
};
|
||||
|
||||
use rbx_tree::{RbxTree, RbxId, RbxInstance, RbxValue};
|
||||
@@ -11,6 +12,7 @@ pub struct RbxSnapshotInstance<'a> {
|
||||
pub class_name: Cow<'a, str>,
|
||||
pub properties: HashMap<String, RbxSnapshotValue<'a>>,
|
||||
pub children: Vec<RbxSnapshotInstance<'a>>,
|
||||
pub update_trigger_paths: Vec<PathBuf>,
|
||||
}
|
||||
|
||||
pub enum RbxSnapshotValue<'a> {
|
||||
|
||||
Reference in New Issue
Block a user