Dummy renamed to structural

This commit is contained in:
rendo 2026-04-01 10:59:14 +05:00
commit 38218ee1a4
4 changed files with 10 additions and 10 deletions

View file

@ -26,7 +26,7 @@ Gene structure consists of variables specific to gene, type and overridable meth
Type of gene is enum that provides different functions. Here is (Very WIP) list of every type and its provided functions:
Dummy - gene without behaviour.
Structural - gene without behaviour.
Transport - gene that defines rules of flow.
- `distribute_between_children(<context>) -> ChildDistribution`