mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 05:35:10 +00:00
Prototype plugin architecture, switch instance-based stuff to that
This commit is contained in:
3
src/plugins/mod.rs
Normal file
3
src/plugins/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
mod default_plugin;
|
||||
|
||||
pub use self::default_plugin::*;
|
||||
Reference in New Issue
Block a user