Made clicking harvest the fruit

This commit is contained in:
2026-03-30 12:01:22 +01:00
parent a09a7d8867
commit d0102c52f6
3 changed files with 154 additions and 91 deletions

View File

@@ -20,7 +20,7 @@ namespace Fruitomation
behaviour.InitFruitBehaviour
(
GameCanvas
GameCanvas, this
);
}
}