mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 05:35:10 +00:00
'Wildcard' type in DefaultPlugin, change to PascalCase in API
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user