'Wildcard' type in DefaultPlugin, change to PascalCase in API

This commit is contained in:
Lucien Greathouse
2018-02-04 07:10:59 -08:00
parent c5f8247543
commit d99df59d9b
2 changed files with 6 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ impl Plugin for DefaultPlugin {
TransformFileResult::Value(Some(RbxInstance {
name: vfs_item.name().clone(),
class_name: "Folder".to_string(),
class_name: "*".to_string(),
children: rbx_children,
properties: HashMap::new(),
route: Some(vfs_item.route().to_vec()),