mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 21:25:16 +00:00
Prototype JsonModelPlugin, untested
Also cleaned up all of the warnings in the other plugin code
This commit is contained in:
@@ -2,6 +2,7 @@ use rbx::RbxItem;
|
||||
use vfs::VfsItem;
|
||||
use core::Route;
|
||||
|
||||
// TODO: Add error case?
|
||||
pub enum TransformFileResult {
|
||||
Value(Option<RbxItem>),
|
||||
Pass,
|
||||
|
||||
Reference in New Issue
Block a user