mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Fininsh config -> metadata migration
This commit is contained in:
@@ -66,6 +66,7 @@ fn single_sync_point() {
|
||||
class_name: "ReplicatedStorage".to_string(),
|
||||
children: replicated_storage_children,
|
||||
properties: HashMap::new(),
|
||||
metadata: Default::default(),
|
||||
});
|
||||
|
||||
let mut root_children = HashMap::new();
|
||||
@@ -75,6 +76,7 @@ fn single_sync_point() {
|
||||
class_name: "DataModel".to_string(),
|
||||
children: root_children,
|
||||
properties: HashMap::new(),
|
||||
metadata: Default::default(),
|
||||
});
|
||||
|
||||
Project {
|
||||
|
||||
Reference in New Issue
Block a user