Wrapping test
This commit is contained in:
parent
c50cd54925
commit
ea0c1357cf
3 changed files with 19 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ pub enum PlantType {
|
|||
|
||||
#[derive(GodotClass)]
|
||||
#[class(base=Node)]
|
||||
struct GodotGenome {
|
||||
pub struct GodotGenome {
|
||||
#[export]
|
||||
from_plant: PlantType,
|
||||
genome: Genome,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue