Wrapping test

This commit is contained in:
rendo 2026-04-02 10:53:43 +05:00
commit ea0c1357cf
3 changed files with 19 additions and 1 deletions

View file

@ -14,7 +14,7 @@ pub enum PlantType {
#[derive(GodotClass)]
#[class(base=Node)]
struct GodotGenome {
pub struct GodotGenome {
#[export]
from_plant: PlantType,
genome: Genome,