Major amounts of progress
This commit is contained in:
@@ -1 +1,14 @@
|
||||
use crate::dynamic_data::script_handling::script::Script;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct ScriptSet {}
|
||||
|
||||
impl ScriptSet {
|
||||
pub fn count(&self) -> usize {
|
||||
todo!()
|
||||
}
|
||||
|
||||
pub fn at(&self, _index: usize) -> &Box<dyn Script> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user