Add 'route' to each RbxInstance, which tags how the instance was generated

This commit is contained in:
Lucien Greathouse
2018-01-05 13:07:09 -08:00
parent 2df1dfa1cb
commit 86d7d033d7
4 changed files with 8 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ impl Plugin for JsonModelPlugin {
},
};
rbx_item.route = Some(vfs_item.route().to_vec());
rbx_item.properties.insert("Name".to_string(), RbxValue::String {
value: rbx_name,
});