forked from rojo-rbx/rojo
Add SnapshotSource property
This commit is contained in:
@@ -90,6 +90,7 @@ fn snapshot_lua_file<F: ImfsFetcher>(
|
||||
|
||||
Ok(Some(InstanceSnapshot {
|
||||
snapshot_id: None,
|
||||
source: None, // TODO
|
||||
name: Cow::Owned(instance_name.to_owned()),
|
||||
class_name: Cow::Borrowed(class_name),
|
||||
properties,
|
||||
|
||||
Reference in New Issue
Block a user