Syncing sort of works

This commit is contained in:
Lucien Greathouse
2018-11-16 20:32:39 -08:00
parent fb950cb007
commit 9ad0eabb85
6 changed files with 125 additions and 21 deletions

View File

@@ -142,7 +142,7 @@ pub enum ProjectNode {
Regular {
class_name: String,
children: HashMap<String, ProjectNode>,
// properties: HashMap<String, RbxValue>,
// ignore_unknown: bool,
},
SyncPoint {