New templates

This commit is contained in:
Rendo 2026-03-28 20:56:43 +05:00
commit aa27328286
7 changed files with 63 additions and 164 deletions

View file

@ -6,6 +6,7 @@ pub struct Gene {
#[derive(PartialEq,Eq,Clone)]
pub enum GeneType {
Dummy,
PureProducer {
create_flow: fn()
},