2025-09-11 10:44:01 +02:00
|
|
|
using UnityEngine;
|
2025-09-17 15:30:59 +02:00
|
|
|
using Pixelplacement;
|
2025-09-11 10:44:01 +02:00
|
|
|
|
2025-09-17 15:30:59 +02:00
|
|
|
|
|
|
|
|
public class GardenerBehaviour : MonoBehaviour
|
2025-09-11 10:44:01 +02:00
|
|
|
{
|
|
|
|
|
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
|
|
|
|
void Start()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Update is called once per frame
|
|
|
|
|
void Update()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|