Prototype JsonModelPlugin, untested

Also cleaned up all of the warnings in the other plugin code
This commit is contained in:
Lucien Greathouse
2017-12-21 17:09:32 -08:00
parent 5e98cbe68f
commit fe240ed577
5 changed files with 57 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ use rbx::RbxItem;
use vfs::VfsItem;
use core::Route;
// TODO: Add error case?
pub enum TransformFileResult {
Value(Option<RbxItem>),
Pass,