First implementation of 'ScriptPlugin', which serves script files as scripts

This commit is contained in:
Lucien Greathouse
2017-12-13 23:58:53 -08:00
parent 01325c8c7e
commit 67ac6b7cec
4 changed files with 64 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
mod default_plugin;
mod script_plugin;
pub use self::default_plugin::*;
pub use self::script_plugin::*;