Export archetype create
This commit is contained in:
parent
c728605684
commit
fe1decdbbd
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ pub trait AddUpdates<T, R, Func, Filter> {
|
|||
fn add_update(&mut self, name: &str, priority: u32, func: Func) -> Result<()>;
|
||||
}
|
||||
|
||||
trait CreateArchetype<T, R, Func, Filter> {
|
||||
pub trait CreateArchetype<T, R, Func, Filter> {
|
||||
fn create(f: Func) -> Self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue