Initial work on outlining the dynamic side of the library.
This commit is contained in:
2
src/dynamic_data/script_handling/mod.rs
Normal file
2
src/dynamic_data/script_handling/mod.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub mod script;
|
||||
pub mod script_set;
|
||||
1
src/dynamic_data/script_handling/script.rs
Normal file
1
src/dynamic_data/script_handling/script.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub trait Script {}
|
||||
1
src/dynamic_data/script_handling/script_set.rs
Normal file
1
src/dynamic_data/script_handling/script_set.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub struct ScriptSet {}
|
||||
Reference in New Issue
Block a user